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