Click or drag to resize

ReprojectionBlock Constructor

Creates and initializes the ReprojectionBlock.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ReprojectionBlock(
	int x0,
	int y0,
	int x1,
	int y1
)

Parameters

x0
Type: SystemInt32
x-coordinate, marks the left
y0
Type: SystemInt32
y-coordinate, marks the top
x1
Type: SystemInt32
x-coordinate, marks the right
y1
Type: SystemInt32
y-coordinate, marks the bottom
See Also