C# Class Reign.Core.Rect2

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
Position Point2
Size Size2
Zero Rect2

Méthodes publiques

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

Method Details

Rect2() public méthode

public Rect2 ( Point2 position, Size2 size ) : System
position Point2
size Size2
Résultat System

Rect2() public méthode

public Rect2 ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System

Property Details

Position public_oe property

public Point2 Position
Résultat Point2

Size public_oe property

public Size2 Size
Résultat Size2

Zero public_oe static_oe property

public static Rect2,Reign.Core Zero
Résultat Rect2