C# Class Reign.Core.Rect2

Mostra 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_oe property

public Point2 Position
return Point2

Size public_oe property

public Size2 Size
return Size2

Zero public_oe static_oe property

public static Rect2,Reign.Core Zero
return Rect2