ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyRuler Class > ImGearARTPolyRuler Constructor : ImGearARTPolyRuler Constructor(ImGearPoint[],IImGearRGBQuad) |
'Declaration Public Function New( _ ByVal points() As ImGearPoint, _ ByVal color As IImGearRGBQuad _ )
'Usage Dim points() As ImGearPoint Dim color As IImGearRGBQuad Dim instance As New ImGearARTPolyRuler(points, color)
public ImGearARTPolyRuler( ImGearPoint[] points, IImGearRGBQuad color )
public: ImGearARTPolyRuler( ImGearPoint[]* points, IImGearRGBQuad* color )
public: ImGearARTPolyRuler( array<ImGearPoint>^ points, IImGearRGBQuad^ color )