Interop.NativeNonConstPointer Method (GetPoint)

InteropNativeNonConstPointer Method (GetPoint)

Get CRhinoGetPoint* from a GetPoint instance

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static IntPtr NativeNonConstPointer(
	GetPoint getPoint
)
Public Shared Function NativeNonConstPointer ( 
	getPoint As GetPoint
) As IntPtr

Parameters

getPoint
Type: Rhino.Input.CustomGetPoint

[Missing <param name="getPoint"/> documentation for "M:Rhino.Runtime.Interop.NativeNonConstPointer(Rhino.Input.Custom.GetPoint)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Rhino.Runtime.Interop.NativeNonConstPointer(Rhino.Input.Custom.GetPoint)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also