ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout1 Class / TextLayout1 Constructor
The native pointer.

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

    Parameters

    nativePtr
    The native pointer.
    See Also