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