ShapeEntity Methods | ![]() |
The ShapeEntity type exposes the following members.
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).
|