Gets the scale of this frame. 1.0 means the
Size and
PixelSize will be equal.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public float Scale { get; }
Public ReadOnly Property Scale As Single
Get
member Scale : float32 with get
Property Value
Type:
SingleThe scale of this frame.
Remarks
When loading from an .ico, all frames will get a scale of 1.0.
See Also