ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEShading Class / ImGearPDEShading Constructor
The shading dictionary.
The location and transformation matrix of the shading object.




In This Topic
    ImGearPDEShading Constructor
    In This Topic
    Initializes a new instance of the ImGearPDEShading class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dictionary As ImGearPDFBasObj, _
       ByVal matrix As ImGearPDFFixedMatrix _
    )
    'Usage
     
    Dim dictionary As ImGearPDFBasObj
    Dim matrix As ImGearPDFFixedMatrix
     
    Dim instance As New ImGearPDEShading(dictionary, matrix)
    public ImGearPDEShading( 
       ImGearPDFBasObj dictionary,
       ImGearPDFFixedMatrix matrix
    )
    public: ImGearPDEShading( 
       ImGearPDFBasObj* dictionary,
       ImGearPDFFixedMatrix* matrix
    )
    public:
    ImGearPDEShading( 
       ImGearPDFBasObj^ dictionary,
       ImGearPDFFixedMatrix^ matrix
    )

    Parameters

    dictionary
    The shading dictionary.
    matrix
    The location and transformation matrix of the shading object.

    Return Value

    The new instance of ImGearPDEShading class object.
    See Also