C# Class OurSonic.Utility.Rectangle

Inheritance: Point
Exibir arquivo Open project: OurSonic/OurSonicSharp Class Usage Examples

Public Methods

Method Description
Rectangle ( ) : System
Rectangle ( int x, int y, int width, int height ) : System

Method Details

Rectangle() public method

public Rectangle ( ) : System
return System

Rectangle() public method

public Rectangle ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System