'Declaration
Public Function New( _
ByVal As IImGearRectangle, _
ByVal As IImGearRGBQuad, _
ByVal As Boolean _
)
'Usage
Dim rect As IImGearRectangle
Dim fillColor As IImGearRGBQuad
Dim isHighlighted As Boolean
Dim instance As New ImGearARTFilledEllipse(rect, fillColor, isHighlighted)
public ImGearARTFilledEllipse(
IImGearRectangle ,
IImGearRGBQuad ,
bool
)
public: ImGearARTFilledEllipse(
IImGearRectangle* ,
IImGearRGBQuad* ,
bool
)
public:
ImGearARTFilledEllipse(
IImGearRectangle^ ,
IImGearRGBQuad^ ,
bool
)