C# Class Reign.Core.Rect2

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
Position Point2
Size Size2
Zero Rect2

Public Methods

Method Description
Rect2 ( Point2 position, Size2 size ) : System
Rect2 ( int x, int y, int width, int height ) : System

Method Details

Rect2() public method

public Rect2 ( Point2 position, Size2 size ) : System
position Point2
size Size2
return System

Rect2() public method

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

Property Details

Position public property

public Point2 Position
return Point2

Size public property

public Size2 Size
return Size2

Zero public static property

public static Rect2,Reign.Core Zero
return Rect2