Property | Type | Description | |
---|---|---|---|
StyleVersion | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetBoundingBox ( ) : |
Returns the bounding box of this element.
|
|
Inside ( |
Calculates whether the specified point is inside this element.
|
|
Translate ( int dx, int dy ) : |
Translates the element, moving it the specified distance.
|
public abstract GetBoundingBox ( ) : |
||
return |
public abstract Inside ( |
||
point | The point. | |
return | bool |
public abstract Translate ( int dx, int dy ) : |
||
dx | int | The distance along the x-axis. |
dy | int | The distance along the y-axis. |
return |