ImageGear for .NET
ImGearARTPolygon Constructor(ImGearPoint[],IImGearRGBQuad)




The mark's points.
Fill color of the mark.
Initializes a new instance of the ImGearARTPolygon class object.
Syntax
public ImGearARTPolygon( 
   ImGearPoint[] points,
   IImGearRGBQuad fillColor
)
public: ImGearARTPolygon( 
   ImGearPoint[]* points,
   IImGearRGBQuad* fillColor
)
public:
ImGearARTPolygon( 
   array<ImGearPoint>^ points,
   IImGearRGBQuad^ fillColor
)
'Declaration
 
Public Function New( _
   ByVal points() As ImGearPoint, _
   ByVal fillColor As IImGearRGBQuad _
)
 
'Usage
 
Dim points() As ImGearPoint
Dim fillColor As IImGearRGBQuad
 
Dim instance As New ImGearARTPolygon(points, fillColor)

Parameters

points
The mark's points.
fillColor
Fill color of the mark.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback