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

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

    Parameters

    nativePtr
    The native pointer.
    See Also