Click or drag to resize

MapBuffer Constructor (Int32, Int32, Int32, Int32)

Verizon Connect Logo
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
)

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