Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D.Effects Namespace / DpiCompensation Class / DpiCompensation Constructor
The native pointer.

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

    Parameters

    nativePtr
    The native pointer.
    See Also