ImageGear .NET - Updated
ImGearARTRedaction Constructor




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTRedaction Class : ImGearARTRedaction Constructor
Mark's rectangle.
Fill color of the mark.
Initializes a new instance of the ImGearARTRedaction class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As IImGearRectangle, _
   ByVal fillColor As IImGearRGBQuad _
)
'Usage
 
Dim rect As IImGearRectangle
Dim fillColor As IImGearRGBQuad
 
Dim instance As New ImGearARTRedaction(rect, fillColor)
public ImGearARTRedaction( 
   IImGearRectangle rect,
   IImGearRGBQuad fillColor
)
public: ImGearARTRedaction( 
   IImGearRectangle* rect,
   IImGearRGBQuad* fillColor
)
public:
ImGearARTRedaction( 
   IImGearRectangle^ rect,
   IImGearRGBQuad^ fillColor
)

Parameters

rect
Mark's rectangle.
fillColor
Fill color of the mark.
See Also

Reference

ImGearARTRedaction Class
ImGearARTRedaction Members
ImGearRectangle Structure
ImGearRGBQuad Structure