C# Class Business.Rect

Show file Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Methods

Method Description
Rect ( ) : System
Rect ( int left, int top, int right, int bottom ) : System

Method Details

Rect() public method

public Rect ( ) : System
return System

Rect() public method

public Rect ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System