Метод | Описание | |
---|---|---|
PathSmoothQuadraticCurveToAbs ( PointD end ) |
Initializes a new instance of the PathSmoothQuadraticCurveToAbs class.
|
|
PathSmoothQuadraticCurveToAbs ( double x, double y ) |
Initializes a new instance of the PathSmoothQuadraticCurveToAbs class.
|
Метод | Описание | |
---|---|---|
IPath ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public PathSmoothQuadraticCurveToAbs ( PointD end ) | ||
end | PointD | Coordinate of final point |
public PathSmoothQuadraticCurveToAbs ( double x, double y ) | ||
x | double | X coordinate of final point |
y | double | Y coordinate of final point |