ImageGear .NET - Updated
ImGearARTPolygon Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class > ImGearARTPolygon Constructor : ImGearARTPolygon Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32)
The mark's points.
The border color of the mark.
The border style of the mark.
The border width of the mark.
Initializes a new instance of the ImGearARTPolygon class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As ImGearPoint, _
   ByVal borderColor As IImGearRGBQuad, _
   ByVal borderStyle As ImGearARTPenStyle, _
   ByVal borderWidth As Integer _
)
'Usage
 
Dim points() As ImGearPoint
Dim borderColor As IImGearRGBQuad
Dim borderStyle As ImGearARTPenStyle
Dim borderWidth As Integer
 
Dim instance As New ImGearARTPolygon(points, borderColor, borderStyle, borderWidth)
public ImGearARTPolygon( 
   ImGearPoint[] points,
   IImGearRGBQuad borderColor,
   ImGearARTPenStyle borderStyle,
   int borderWidth
)
public: ImGearARTPolygon( 
   ImGearPoint[]* points,
   IImGearRGBQuad* borderColor,
   ImGearARTPenStyle borderStyle,
   int borderWidth
)
public:
ImGearARTPolygon( 
   array<ImGearPoint>^ points,
   IImGearRGBQuad^ borderColor,
   ImGearARTPenStyle borderStyle,
   int borderWidth
)

Parameters

points
The mark's points.
borderColor
The border color of the mark.
borderStyle
The border style of the mark.
borderWidth
The border width of the mark.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure
ImGearARTPenStyle Enumeration