WorldDrawCreateFromNative Method
|
Allows to create WorldDraw wrapper from native
pointer. Is used in custom entity methods to be able to call custom
managed wrapper's worlddraw.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.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