ImageGear .NET v24.12 - Updated
ImGearARTHollowRectangle Constructor(IImGearRectangle,ImGearRGBQuad,Int32,Boolean)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHollowRectangle Class > ImGearARTHollowRectangle Constructor : ImGearARTHollowRectangle Constructor(IImGearRectangle,ImGearRGBQuad,Int32,Boolean)
Mark's rectangle.
Border color of the mark.
Width of the mark's border.
Specifies whether the mark is highlighted or not.
Initializes a new instance of the ImGearARTHollowRectangle class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As IImGearRectangle, _
   ByVal borderColor As ImGearRGBQuad, _
   ByVal borderWidth As Integer, _
   ByVal isHighlighted As Boolean _
)
'Usage
 
Dim rect As IImGearRectangle
Dim borderColor As ImGearRGBQuad
Dim borderWidth As Integer
Dim isHighlighted As Boolean
 
Dim instance As New ImGearARTHollowRectangle(rect, borderColor, borderWidth, isHighlighted)
public ImGearARTHollowRectangle( 
   IImGearRectangle rect,
   ImGearRGBQuad borderColor,
   int borderWidth,
   bool isHighlighted
)
public: ImGearARTHollowRectangle( 
   IImGearRectangle* rect,
   ImGearRGBQuad borderColor,
   int borderWidth,
   bool isHighlighted
)
public:
ImGearARTHollowRectangle( 
   IImGearRectangle^ rect,
   ImGearRGBQuad borderColor,
   int borderWidth,
   bool isHighlighted
)

Parameters

rect
Mark's rectangle.
borderColor
Border color of the mark.
borderWidth
Width of the mark's border.
isHighlighted
Specifies whether the mark is highlighted or not.

Return Value

The new instance of ImGearARTHollowRectangle class object.
See Also

Reference

ImGearARTHollowRectangle Class
ImGearARTHollowRectangle Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure