ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTHollowRectangle Class / ImGearARTHollowRectangle Constructor / ImGearARTHollowRectangle Constructor(IImGearRectangle,ImGearRGBQuad)
Mark's rectangle.
Border color of the mark.




In This Topic
    ImGearARTHollowRectangle Constructor(IImGearRectangle,ImGearRGBQuad)
    In This Topic
    Initializes a new instance of the ImGearARTHollowRectangle class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As IImGearRectangle, _
       ByVal borderColor As ImGearRGBQuad _
    )
    'Usage
     
    Dim rect As IImGearRectangle
    Dim borderColor As ImGearRGBQuad
     
    Dim instance As New ImGearARTHollowRectangle(rect, borderColor)
    public ImGearARTHollowRectangle( 
       IImGearRectangle rect,
       ImGearRGBQuad borderColor
    )
    public: ImGearARTHollowRectangle( 
       IImGearRectangle* rect,
       ImGearRGBQuad borderColor
    )
    public:
    ImGearARTHollowRectangle( 
       IImGearRectangle^ rect,
       ImGearRGBQuad borderColor
    )

    Parameters

    rect
    Mark's rectangle.
    borderColor
    Border color of the mark.
    See Also