ImageGear .NET v25.0 - Updated
ImGearPDEShading Constructor




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEShading Class : ImGearPDEShading Constructor
The shading dictionary.
The location and transformation matrix of the shading object.
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

Reference

ImGearPDEShading Class
ImGearPDEShading Members