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




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

Parameters

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

Reference

ImGearARTFilledEllipse Class
ImGearARTFilledEllipse Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure