'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal borderColor As IImGearRGBQuad, _ ByVal borderStyle As ImGearARTPenStyle, _ ByVal borderWidth As Integer _ )
'Usage Dim rect As IImGearRectangle Dim borderColor As IImGearRGBQuad Dim borderStyle As ImGearARTPenStyle Dim borderWidth As Integer Dim instance As New ImGearARTRectangle(rect, borderColor, borderStyle, borderWidth)
public ImGearARTRectangle( IImGearRectangle rect, IImGearRGBQuad borderColor, ImGearARTPenStyle borderStyle, int borderWidth )
public: ImGearARTRectangle( IImGearRectangle* rect, IImGearRGBQuad* borderColor, ImGearARTPenStyle borderStyle, int borderWidth )
public: ImGearARTRectangle( IImGearRectangle^ rect, IImGearRGBQuad^ borderColor, ImGearARTPenStyle borderStyle, int borderWidth )
Parameters
- rect
- The mark's rectangle.
- borderColor
- Border color of the mark.
- borderStyle
- Border style of the mark.
- borderWidth
- Border width of the mark.