3 writes to _scaleX
Microsoft.Maui.Graphics.Skia (3)
SkiaCanvasState.cs (3)
47
_scaleX
= prototype._scaleX;
422
_scaleX
= _scaleX * sx;
449
_scaleX
= 1;
9 references to _scaleX
Microsoft.Maui.Graphics.Skia (9)
SkiaCanvasState.cs (9)
47
_scaleX = prototype.
_scaleX
;
195
set => StrokePaint.StrokeWidth = value *
_scaleX
;
203
FontPaint.TextSize = _fontSize *
_scaleX
;
332
public float ScaledStrokeSize => StrokeSize *
_scaleX
;
334
public float ScaledFontSize => _fontSize *
_scaleX
;
336
public new float ScaleX =>
_scaleX
;
422
_scaleX =
_scaleX
* sx;
425
StrokePaint.StrokeWidth = StrokeSize *
_scaleX
;
426
FontPaint.TextSize = _fontSize *
_scaleX
;