Click or drag to resize

IconFrameScale Property

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; }

Property Value

Type: Single
The scale of this frame.
Remarks
When loading from an .ico, all frames will get a scale of 1.0.
See Also