Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
BaseShape ( ) : System.Collections.Generic |
Initializes a new instance of the BaseShape class.
|
|
Draw ( object dc, |
Draws shape using current ShapeRenderer.
|
|
GetPoints ( ) : IEnumerable |
Get all points in the shape.
|
|
Move ( double dx, double dy ) : void |
Moves shape to new position using X and Y axis offset.
|
public BaseShape ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public abstract Draw ( object dc, |
||
dc | object | The generic drawing context object. |
renderer | The generic renderer object used to draw shape. | |
dx | double | The X axis draw position offset. |
dy | double | The Y axis draw position offset. |
db | ImmutableArray |
The properties database used for binding. |
r | The external data record used for binding. | |
Résultat | void |
public abstract GetPoints ( ) : IEnumerable |
||
Résultat | IEnumerable |
public abstract Move ( double dx, double dy ) : void | ||
dx | double | The X axis position offset. |
dy | double | The Y axis position offset. |
Résultat | void |