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