'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 ImGearARTFilledRectangle(rect, fillColor)
public ImGearARTFilledRectangle( IImGearRectangle rect, IImGearRGBQuad fillColor )
public: ImGearARTFilledRectangle( IImGearRectangle* rect, IImGearRGBQuad* fillColor )
public: ImGearARTFilledRectangle( IImGearRectangle^ rect, IImGearRGBQuad^ fillColor )
Parameters
- rect
- The mark's rectangle.
- fillColor
- Fill color of the mark.