Méthode | Description | |
---|---|---|
Create ( string name, |
Creates a new XPath instance.
|
|
Draw ( object dc, |
||
GetPoints ( ) : IEnumerable |
||
Move ( double dx, double dy ) : void |
public static Create ( string name, |
||
name | string | The shape name. |
style | The shape style. | |
geometry | The path geometry. | |
isStroked | bool | The flag indicating whether shape is stroked. |
isFilled | bool | The flag indicating whether shape is filled. |
Résultat |
public Draw ( object dc, |
||
dc | object | |
renderer | ||
dx | double | |
dy | double | |
db | ImmutableArray |
|
r | ||
Résultat | void |