Méthode | Description | |
---|---|---|
PathArc ( ) |
Initializes a new instance of the PathArc class.
|
|
PathArc ( double x, double y, double radiusX, double radiusY, double rotationX, bool useLargeArc, bool useSweep ) |
Initializes a new instance of the PathArc class.
|
public PathArc ( double x, double y, double radiusX, double radiusY, double rotationX, bool useLargeArc, bool useSweep ) | ||
x | double | The X offset from origin. |
y | double | The Y offset from origin. |
radiusX | double | The X radius. |
radiusY | double | The Y radius. |
rotationX | double | Indicates how the ellipse as a whole is rotated relative to the /// current coordinate system. |
useLargeArc | bool | If true then draw the larger of the available arcs. |
useSweep | bool | If true then draw the arc matching a clock-wise rotation. |