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
)
Function GetPixelSize (
frame As IconFrame
) As Size
abstract GetPixelSize :
frame : IconFrame -> Size
Parameters
- frame
- Type: Eto.DrawingIconFrame
Frame instance to get the pixel size for
Field Value
Type:
SizeThe 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