Méthode | Description | |
---|---|---|
Create ( |
Creates a new XQuadraticBezier instance.
|
|
Create ( double x, double y, |
Creates a new XQuadraticBezier instance.
|
|
Create ( double x1, double y1, double x2, double y2, double x3, double y3, |
Creates a new XQuadraticBezier instance.
|
|
Draw ( object dc, |
||
GetPoints ( ) : IEnumerable |
||
Move ( double dx, double dy ) : void |
public static Create ( |
||
point1 | The |
|
point2 | The |
|
point3 | The |
|
style | The shape style. | |
point | The point template. | |
isStroked | bool | The flag indicating whether shape is stroked. |
isFilled | bool | The flag indicating whether shape is filled. |
name | string | The shape name. |
Résultat |
public static Create ( double x, double y, |
||
x | double | The X coordinate of |
y | double | The Y coordinate of |
style | The shape style. | |
point | The point template. | |
isStroked | bool | The flag indicating whether shape is stroked. |
isFilled | bool | The flag indicating whether shape is filled. |
name | string | The shape name. |
Résultat |
public static Create ( double x1, double y1, double x2, double y2, double x3, double y3, |
||
x1 | double | The X coordinate of |
y1 | double | The Y coordinate of |
x2 | double | The X coordinate of |
y2 | double | The Y coordinate of |
x3 | double | The X coordinate of |
y3 | double | The Y coordinate of |
style | The shape style. | |
point | The point template. | |
isStroked | bool | The flag indicating whether shape is stroked. |
isFilled | bool | The flag indicating whether shape is filled. |
name | string | The shape name. |
Résultat |
public Draw ( object dc, |
||
dc | object | |
renderer | ||
dx | double | |
dy | double | |
db | ImmutableArray |
|
r | ||
Résultat | void |