IStackedDialogPageService.GetImageHandle Method (Image, Boolean)

IStackedDialogPageServiceGetImageHandle Method (Image, Boolean)

Convert image to platform specific unmanaged pointer

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
IntPtr GetImageHandle(
	Image image,
	bool canBeNull
)
Function GetImageHandle ( 
	image As Image,
	canBeNull As Boolean
) As IntPtr

Parameters

image
Type: System.DrawingImage

[Missing <param name="image"/> documentation for "M:Rhino.UI.IStackedDialogPageService.GetImageHandle(System.Drawing.Image,System.Boolean)"]

canBeNull
Type: SystemBoolean

[Missing <param name="canBeNull"/> documentation for "M:Rhino.UI.IStackedDialogPageService.GetImageHandle(System.Drawing.Image,System.Boolean)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Rhino.UI.IStackedDialogPageService.GetImageHandle(System.Drawing.Image,System.Boolean)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also