public ImGearARTFilledEllipse( IImGearRectangle rect, IImGearRGBQuad fillColor, bool isHighlighted )
public: ImGearARTFilledEllipse( IImGearRectangle* rect, IImGearRGBQuad* fillColor, bool isHighlighted )
public: ImGearARTFilledEllipse( IImGearRectangle^ rect, IImGearRGBQuad^ fillColor, bool isHighlighted )
'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal fillColor As IImGearRGBQuad, _ ByVal isHighlighted As Boolean _ )
'Usage Dim rect As IImGearRectangle Dim fillColor As IImGearRGBQuad Dim isHighlighted As Boolean Dim instance As New ImGearARTFilledEllipse(rect, fillColor, isHighlighted)
Parameters
- rect
- The mark's rectangle.
- fillColor
- Fill color of the mark.
- isHighlighted
- Specifies whether the mark is highlighted or not.