MapBuffer Constructor (Int32, Int32, Int32, Int32) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructs a MapBuffer with each side's buffer size explicitly provided.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public MapBuffer(
int leftBuffer,
int rightBuffer,
int topBuffer,
int bottomBuffer
)
Public Sub New (
leftBuffer As Integer,
rightBuffer As Integer,
topBuffer As Integer,
bottomBuffer As Integer
)
Parameters
- leftBuffer
- Type: SystemInt32
The buffer size for the left side, in pixels. - rightBuffer
- Type: SystemInt32
The buffer size for the right side, in pixels. - topBuffer
- Type: SystemInt32
The buffer size for the top, in pixels. - bottomBuffer
- Type: SystemInt32
The buffer size for the bottom, in pixels.
See Also