ImageGear for .NET
ImGearARTRectangle Constructor(IImGearRectangle,IImGearRGBQuad)




Mark's rectangle.
Fill color of the mark.
Initializes a new instance of the ImGearARTRectangle class object.
Syntax
public ImGearARTRectangle( 
   IImGearRectangle rect,
   IImGearRGBQuad fillColor
)
public: ImGearARTRectangle( 
   IImGearRectangle* rect,
   IImGearRGBQuad* fillColor
)
public:
ImGearARTRectangle( 
   IImGearRectangle^ rect,
   IImGearRGBQuad^ fillColor
)
'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 ImGearARTRectangle(rect, fillColor)

Parameters

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

Reference

ImGearARTRectangle Class
ImGearARTRectangle Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback