In This Topic
Initializes a new instance of Zone structure with the specified location and size.
The horizontal position of the Zone.
The vertical position of the Zone.
The width of the Zone.
The height of the Zone.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim instance As New Zone(x, y, width, height)
public Zone(
int ,
int ,
int ,
int
)
public: Zone(
int ,
int ,
int ,
int
)
public:
Zone(
int ,
int ,
int ,
int
)
Parameters
- x
- The horizontal position of the Zone.
- y
- The vertical position of the Zone.
- width
- The width of the Zone.
- height
- The height of the Zone.
See Also