Method | Description | |
---|---|---|
PathSmoothCurveToAbs ( PointD controlPoint, PointD end ) |
Initializes a new instance of the PathSmoothCurveToAbs class.
|
|
PathSmoothCurveToAbs ( double x2, double y2, double x, double y ) |
Initializes a new instance of the PathSmoothCurveToAbs class.
|
Method | Description | |
---|---|---|
IPath ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public PathSmoothCurveToAbs ( PointD controlPoint, PointD end ) | ||
controlPoint | PointD | Coordinate of second point |
end | PointD | Coordinate of final point |
public PathSmoothCurveToAbs ( double x2, double y2, double x, double y ) | ||
x2 | double | X coordinate of second point |
y2 | double | Y coordinate of second point |
x | double | X coordinate of final point |
y | double | Y coordinate of final point |