Area Constructor(Int32,Int32,Int32,Int32)
Initializes a new instance of the Area structure.

C# Syntax

public Area( 
   int top,
   int left,
   int bottom,
   int right
)

Parameters

top
The top edge of this Area structure.
left
The left edge of this Area structure.
bottom
The bottom edge of this Area structure.
right
The right edge of this Area structure.