Initializes a new instance of the
ImGearARTPolygon class object.
Syntax
'Declaration
Public Function New( _
ByVal () As ImGearPoint, _
ByVal As IImGearRGBQuad, _
ByVal As IImGearRGBQuad, _
ByVal As ImGearARTPenStyle, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim points() As ImGearPoint
Dim fillColor As IImGearRGBQuad
Dim borderColor As IImGearRGBQuad
Dim borderStyle As ImGearARTPenStyle
Dim borderWidth As Integer
Dim opacity As Integer
Dim instance As New ImGearARTPolygon(points, fillColor, borderColor, borderStyle, borderWidth, opacity)
Parameters
- points
- The mark's points.
- fillColor
- Fill color of the mark.
- borderColor
- The border color of the mark.
- borderStyle
- The border style of the mark.
- borderWidth
- The border width of the mark.
- opacity
- Opacity of the mark.
See Also