IconFramePixelSize Property |
Gets the pixel size of the frame's bitmap
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Size PixelSize { get; }
Public ReadOnly Property PixelSize As Size
Get
member PixelSize : Size with get
Property Value
Type:
SizeThe size in pixels of the frame.
See Also