'Declaration
Public Function AddCurveToPath3( _ ByVal X1 As Single, _ ByVal Y1 As Single, _ ByVal X2 As Single, _ ByVal Y2 As Single, _ ByVal X3 As Single, _ ByVal Y3 As Single _ ) As GdPictureStatus
public GdPictureStatus AddCurveToPath3( float X1, float Y1, float X2, float Y2, float X3, float Y3 )
public function AddCurveToPath3( X1: Single; Y1: Single; X2: Single; Y2: Single; X3: Single; Y3: Single ): GdPictureStatus;
public function AddCurveToPath3( X1 : float, Y1 : float, X2 : float, Y2 : float, X3 : float, Y3 : float ) : GdPictureStatus;
Parameters
- X1
- Y1
- X2
- Y2
- X3
- Y3