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




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

Reference

ImGearARTBorder Class
ImGearARTBorder Members
Overload List
ImGearRGBQuad Structure
ImGearARTPenStyle Enumeration