ModelBase
Constructors
No public constructors defined
Methods
| void SetSize(Double w,Double h) | stability index:1 |
|---|---|
| Return Value: none | |
| Set the width and the height of the node model and report once. | |
| w | |
| h | |
Properties
| Double X {get;set;} | stability index:1 |
|---|---|
| The X coordinate of the node in canvas space. |
| Double Y {get;set;} | stability index:1 |
|---|---|
| The Y coordinate of the node in canvas space. |
| Point2D Position {get;} | stability index:1 |
|---|---|
| A position defined by the x and y components. Used for notification in situations where you don't want to have property notifications for X and Y |
| Double Height {get;set;} | stability index:1 |
|---|---|
| The height of the node. |
| Double Width {get;set;} | stability index:1 |
|---|---|
| The width of the node. |
Events
| Disposed** | stability index:1 |
|---|---|
| Fired when this Model is disposed. |