ImageGear PDF v25.2 - Updated
ImGearARTHollowEllipse Constructor(IImGearRectangle,IImGearRGBQuad)




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

Parameters

rect
Mark's rectangle.
borderColor
Border color of the mark.
See Also

Reference

ImGearARTHollowEllipse Class
ImGearARTHollowEllipse Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure

Is this page helpful?
Yes No
Thanks for your feedback.