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




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTEllipse Class > ImGearARTEllipse Constructor : ImGearARTEllipse Constructor(IImGearRectangle,IImGearRGBQuad,IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32)
The mark rectangle.
Fill color of the mark.
Border color of the mark.
Border style of the mark.
Border width of the mark.
Opacity 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, _
   ByVal borderColor As IImGearRGBQuad, _
   ByVal borderStyle As ImGearARTPenStyle, _
   ByVal borderWidth As Integer, _
   ByVal opacity As Integer _
)
'Usage
 
Dim rect As IImGearRectangle
Dim fillColor As IImGearRGBQuad
Dim borderColor As IImGearRGBQuad
Dim borderStyle As ImGearARTPenStyle
Dim borderWidth As Integer
Dim opacity As Integer
 
Dim instance As New ImGearARTEllipse(rect, fillColor, borderColor, borderStyle, borderWidth, opacity)
public ImGearARTEllipse( 
   IImGearRectangle rect,
   IImGearRGBQuad fillColor,
   IImGearRGBQuad borderColor,
   ImGearARTPenStyle borderStyle,
   int borderWidth,
   int opacity
)
public: ImGearARTEllipse( 
   IImGearRectangle* rect,
   IImGearRGBQuad* fillColor,
   IImGearRGBQuad* borderColor,
   ImGearARTPenStyle borderStyle,
   int borderWidth,
   int opacity
)
public:
ImGearARTEllipse( 
   IImGearRectangle^ rect,
   IImGearRGBQuad^ fillColor,
   IImGearRGBQuad^ borderColor,
   ImGearARTPenStyle borderStyle,
   int borderWidth,
   int opacity
)

Parameters

rect
The mark rectangle.
fillColor
Fill color of the mark.
borderColor
Border color of the mark.
borderStyle
Border style of the mark.
borderWidth
Border width of the mark.
opacity
Opacity of the mark.
See Also

Reference

ImGearARTEllipse Class
ImGearARTEllipse Members
Overload List
ImGearRGBQuad Structure
ImGearRectangle Structure
ImGearARTPenStyle Enumeration