ImageGear .NET - Updated July 5, 2018
ImGearARTFilledPolygon Constructor(ImGearPoint[],IImGearRGBQuad,Boolean)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTFilledPolygon Class > ImGearARTFilledPolygon Constructor : ImGearARTFilledPolygon Constructor(ImGearPoint[],IImGearRGBQuad,Boolean)
Raw points array to create a polygon from.
Fill color of the mark.
Specifies whether the mark is highlighted or not.
Initializes a new instance of the ImGearARTFilledPolygon class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As ImGearPoint, _
   ByVal fillColor As IImGearRGBQuad, _
   ByVal isHighlighted As Boolean _
)
 
'Usage
 
Dim points() As ImGearPoint
Dim fillColor As IImGearRGBQuad
Dim isHighlighted As Boolean
 
Dim instance As New ImGearARTFilledPolygon(points, fillColor, isHighlighted)

Parameters

points
Raw points array to create a polygon from.
fillColor
Fill color of the mark.
isHighlighted
Specifies whether the mark is highlighted or not.
See Also

Reference

ImGearARTFilledPolygon Class
ImGearARTFilledPolygon Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure