ImageGear .NET v24.12 - Updated
ImGearARTBorder Constructor(IImGearRGBQuad,Int32)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTBorder Class > ImGearARTBorder Constructor : ImGearARTBorder Constructor(IImGearRGBQuad,Int32)
The border color.
The border width.
Initializes a new instance of the ImGearARTBorder class object.
Syntax
'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.
See Also

Reference

ImGearARTBorder Class
ImGearARTBorder Members
Overload List
ImGearRGBQuad Structure