'Declaration
Public Function New( _
ByVal As IImGearRectangle, _
ByVal As IImGearRGBQuad, _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim rect As IImGearRectangle
Dim borderColor As IImGearRGBQuad
Dim borderWidth As Integer
Dim isHighlighted As Boolean
Dim instance As New ImGearARTHollowEllipse(rect, borderColor, borderWidth, isHighlighted)
public ImGearARTHollowEllipse(
IImGearRectangle ,
IImGearRGBQuad ,
int ,
bool
)
public: ImGearARTHollowEllipse(
IImGearRectangle* ,
IImGearRGBQuad* ,
int ,
bool
)
public:
ImGearARTHollowEllipse(
IImGearRectangle^ ,
IImGearRGBQuad^ ,
int ,
bool
)