프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 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. | |
리턴 | void |
public abstract Move ( double dx, double dy ) : void | ||
dx | double | The X axis position offset. |
dy | double | The Y axis position offset. |
리턴 | void |