ImageGear22.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class > ImGearARTPolygon Constructor : ImGearARTPolygon Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32) |
'Declaration Public Function New( _ ByVal points() As ImGearPoint, _ ByVal borderColor As IImGearRGBQuad, _ ByVal borderStyle As ImGearARTPenStyle, _ ByVal borderWidth As Integer _ )
'Usage Dim points() As ImGearPoint Dim borderColor As IImGearRGBQuad Dim borderStyle As ImGearARTPenStyle Dim borderWidth As Integer Dim instance As New ImGearARTPolygon(points, borderColor, borderStyle, borderWidth)
public ImGearARTPolygon( ImGearPoint[] points, IImGearRGBQuad borderColor, ImGearARTPenStyle borderStyle, int borderWidth )
public: ImGearARTPolygon( ImGearPoint[]* points, IImGearRGBQuad* borderColor, ImGearARTPenStyle borderStyle, int borderWidth )
public: ImGearARTPolygon( array<ImGearPoint>^ points, IImGearRGBQuad^ borderColor, ImGearARTPenStyle borderStyle, int borderWidth )