public ImGearARTFilledPolygon( ImGearPoint[] points, IImGearRGBQuad fillColor, bool isHighlighted )
public: ImGearARTFilledPolygon( ImGearPoint[]* points, IImGearRGBQuad* fillColor, bool isHighlighted )
public: ImGearARTFilledPolygon( array<ImGearPoint>^ points, IImGearRGBQuad^ fillColor, bool isHighlighted )
'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.