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
)
Public Sub New (
x0 As Integer,
y0 As Integer,
x1 As Integer,
y1 As Integer
)
public:
ReprojectionBlock(
int x0,
int y0,
int x1,
int y1
)
new :
x0 : int *
y0 : int *
x1 : int *
y1 : int -> ReprojectionBlock
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