MapBuffer Structure |
Namespace: Telogis.GeoBase
The MapBuffer type exposes the following members.
Name | Description | |
---|---|---|
MapBuffer(Int32) |
Constructs a MapBuffer with the same buffer on every side.
| |
MapBuffer(Int32, Int32, Int32, Int32) |
Constructs a MapBuffer with each side's buffer size explicitly provided.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Bottom |
The buffer below the BoundingBox, in pixels.
| |
Left |
The buffer on the left side of the BoundingBox, in pixels.
| |
Right |
The buffer on the right side of the BoundingBox, in pixels.
| |
Top |
The buffer above the BoundingBox, in pixels.
|