ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTBorder Class / ImGearARTBorder Constructor / ImGearARTBorder Constructor(IImGearRGBQuad,Int32)
The border color.
The border width.




In This Topic
    ImGearARTBorder Constructor(IImGearRGBQuad,Int32)
    In This Topic
    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