ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTCurve Class > ImGearARTCurve Constructor : ImGearARTCurve Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Single,Int32) |
'Declaration Public Function New( _ ByVal points() As ImGearPoint, _ ByVal color As IImGearRGBQuad, _ ByVal style As ImGearARTPenStyle, _ ByVal width As Integer, _ ByVal tension As Single, _ ByVal opacity As Integer _ )
'Usage Dim points() As ImGearPoint Dim color As IImGearRGBQuad Dim style As ImGearARTPenStyle Dim width As Integer Dim tension As Single Dim opacity As Integer Dim instance As New ImGearARTCurve(points, color, style, width, tension, opacity)
public ImGearARTCurve( ImGearPoint[] points, IImGearRGBQuad color, ImGearARTPenStyle style, int width, float tension, int opacity )
public: ImGearARTCurve( ImGearPoint[]* points, IImGearRGBQuad* color, ImGearARTPenStyle style, int width, float tension, int opacity )
public: ImGearARTCurve( array<ImGearPoint>^ points, IImGearRGBQuad^ color, ImGearARTPenStyle style, int width, float tension, int opacity )