ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / BitmapRenderTarget Class / BitmapRenderTarget Constructor
The native pointer.

In This Topic
    BitmapRenderTarget Constructor
    In This Topic
    Initializes a new instance of the BitmapRenderTarget class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nativePtr As System.IntPtr _
    )
    public BitmapRenderTarget( 
       System.IntPtr nativePtr
    )

    Parameters

    nativePtr
    The native pointer.
    See Also