ShapeEntity Class |
Namespace: Telogis.GeoBase.ShapeUI
The ShapeEntity type exposes the following members.
Name | Description | |
---|---|---|
ShapeEntity |
Creates a shape entity that will belong to the supplied layer.
|
Name | Description | |
---|---|---|
BoundingBox |
The bounding box of this shape.
| |
Fill |
Determines the color / style of the inside of the shape.
| |
IsHighlighted |
Whether the entire shape is highlighted
| |
IsSelected |
Whether this shape is selected.
| |
Outline |
Determines the color / style of the outline of the shape.
| |
Priority |
The rendering priority of this shape.
| |
Tag |
A tag for the entity, can be used to model any relevant data for the entity.
|
Name | Description | |
---|---|---|
BeginEditing |
Each shape will be edited differently, when this method is implemented it will
return the edit object relevant to this shape.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetArea |
Gets the area that the shape occupies.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HitTest |
A method to test whether a specific location is within this shape.
| |
Render |
Renders the current shape.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateShape |
Determines whether the shape is valid (e.g. a polygon with two vertices is not valid).
|
Name | Description | |
---|---|---|
BoundingBoxChanged |
Event that is fired when the shape's bounding box changes.
| |
FillChanged |
Event that is fired when the shape's fill brush changes.
| |
GeometryChanged |
Event that is fired when the shape's geometry changes.
| |
IsHighlightedChanged |
Event that is fired when the shape is highlighted or un-highlighted.
| |
IsSelectedChanged |
Event that is fired when the shape is selected or unselected.
| |
OutlineChanged |
Event that is fired when the shape's outline pen changes.
| |
TagChanged |
Event that is fired when the shape's tag changes.
|