'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)
public ImGearARTPolygon( ImGearPoint[] points, IImGearRGBQuad fillColor )
public: ImGearARTPolygon( ImGearPoint[]* points, IImGearRGBQuad* fillColor )
public: ImGearARTPolygon( array<ImGearPoint>^ points, IImGearRGBQuad^ fillColor )
Parameters
- points
- The mark's points.
- fillColor
- Fill color of the mark.