Click or drag to resize

IconFrameIHandlerGetPixelSize Method

Gets the pixel size of the frame's bitmap

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Size GetPixelSize(
	IconFrame frame
)

Parameters

frame
Type: Eto.DrawingIconFrame
Frame instance to get the pixel size for

Field Value

Type: Size
The size in pixels of the frame.

Return Value

Type: Size

[Missing <returns> documentation for "M:Eto.Drawing.IconFrame.IHandler.GetPixelSize(Eto.Drawing.IconFrame)"]

See Also