WorldDrawCreateFromNative Method
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static WorldDraw CreateFromNative(
IntPtr nativeWD
)
Public Shared Function CreateFromNative (
nativeWD As IntPtr
) As WorldDraw
public:
static WorldDraw^ CreateFromNative(
IntPtr nativeWD
)
static member CreateFromNative :
nativeWD : IntPtr -> WorldDraw
Parameters
- nativeWD IntPtr
-
Return Value
WorldDraw
See Also