ImageGear .NET v24.12 - Updated
ImGearARTEllipse Constructor(IImGearRectangle,IImGearRGBQuad)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTEllipse Class > ImGearARTEllipse Constructor : ImGearARTEllipse Constructor(IImGearRectangle,IImGearRGBQuad)
The mark rectangle.
Fill color of the mark.
Initializes a new instance of the ImGearARTEllipse 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 ImGearARTEllipse(rect, fillColor)
public ImGearARTEllipse( 
   IImGearRectangle rect,
   IImGearRGBQuad fillColor
)
public: ImGearARTEllipse( 
   IImGearRectangle* rect,
   IImGearRGBQuad* fillColor
)
public:
ImGearARTEllipse( 
   IImGearRectangle^ rect,
   IImGearRGBQuad^ fillColor
)

Parameters

rect
The mark rectangle.
fillColor
Fill color of the mark.
See Also

Reference

ImGearARTEllipse Class
ImGearARTEllipse Members
Overload List
ImGearRGBQuad Structure
ImGearRectangle Structure