BitmapRenderTarget1 Constructor
In This Topic
Initializes a new instance of the
BitmapRenderTarget1 class.
Syntax
'Declaration
Public Function New( _
ByVal As IntPtr _
)
public BitmapRenderTarget1(
IntPtr
)
Parameters
- nativePtr
- The native pointer.
See Also