Click or drag to resize

ShapeEntity Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The ShapeEntity type exposes the following members.

Methods
  NameDescription
Public methodBeginEditing
Each shape will be edited differently, when this method is implemented it will return the edit object relevant to this shape.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetArea
Gets the area that the shape occupies.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHitTest
A method to test whether a specific location is within this shape.
Public methodRender
Renders the current shape.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidateShape
Determines whether the shape is valid (e.g. a polygon with two vertices is not valid).
Top
See Also