'Declaration Public Function New( _ ByVal color As IImGearRGBQuad, _ ByVal width As Integer _ )
'Usage Dim color As IImGearRGBQuad Dim width As Integer Dim instance As New ImGearARTBorder(color, width)
public ImGearARTBorder( IImGearRGBQuad color, int width )
public: ImGearARTBorder( IImGearRGBQuad* color, int width )
public: ImGearARTBorder( IImGearRGBQuad^ color, int width )
Parameters
- color
- The border color.
- width
- The border width.