RenderContext Class |
Namespace: Telogis.GeoBase
The RenderContext type exposes the following members.
Name | Description | |
---|---|---|
Map |
Implemented by derived classes to get the IMap being used by this RenderContext.
| |
Mode |
Implemented by derived classes to get and set the RenderMode being used by this RenderContext.
|
Name | Description | |
---|---|---|
Dispose |
Implemented by derived classes to dispose of a map.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Place(Rectangle, Int32, Double) |
Implemented by derived classes to reserve the specified screen area for object placement.
| |
Place(Rectangle, Int32, Double, RenderMask) |
Implemented by derived classes to reserve the specified screen area for object placement.
| |
Place(Int32, Int32, Int32, Int32, Int32, Double) |
Implemented by derived classes to reserve the specified screen area for object placement.
| |
Place(Int32, Int32, Int32, Int32, Int32, Double, RenderMask) |
Implemented by derived classes to reserve the specified screen area for object placement.
| |
Test(Rectangle, Int32, Double) | ||
Test(Rectangle, Int32, Double, RenderMask) | ||
Test(Int32, Int32, Int32, Int32, Int32, Double) |
Implemented by derived classes to check whether the given screen area overlaps an area reserved by
an already placed object.
| |
Test(Int32, Int32, Int32, Int32, Int32, Double, RenderMask) |
Implemented by derived classes to check whether the given screen area overlaps an area reserved by
an already placed object.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Related articles: Renderers Tutorial, Defining the Renderer.