메소드 | 설명 | |
---|---|---|
PathCurveToRel ( PointD controlPointStart, PointD controlPointEnd, PointD end ) |
Initializes a new instance of the PathCurveToRel class.
|
|
PathCurveToRel ( double x1, double y1, double x2, double y2, double x, double y ) |
Initializes a new instance of the PathCurveToRel class.
|
메소드 | 설명 | |
---|---|---|
IPath ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public PathCurveToRel ( PointD controlPointStart, PointD controlPointEnd, PointD end ) | ||
controlPointStart | PointD | Coordinate of control point for curve beginning |
controlPointEnd | PointD | Coordinate of control point for curve ending |
end | PointD | Coordinate of the end of the curve |
public PathCurveToRel ( double x1, double y1, double x2, double y2, double x, double y ) | ||
x1 | double | X coordinate of control point for curve beginning |
y1 | double | Y coordinate of control point for curve beginning |
x2 | double | X coordinate of control point for curve ending |
y2 | double | Y coordinate of control point for curve ending |
x | double | X coordinate of the end of the curve |
y | double | Y coordinate of the end of the curve |