C# Class tk2dEditor.Atlas.Rect

Afficher le fichier Open project: Collegiennes/Malisse Class Usage Examples

Méthodes publiques

Свойство Type Description
height int
width int
x int
y int

Méthodes publiques

Méthode Description
Copy ( ) : Rect
IsContainedIn ( Rect a, Rect b ) : bool

Method Details

Copy() public méthode

public Copy ( ) : Rect
Résultat Rect

IsContainedIn() public static méthode

public static IsContainedIn ( Rect a, Rect b ) : bool
a Rect
b Rect
Résultat bool

Property Details

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int