C# Class Fusion.Engine.Graphics.TextureAtlas.Element

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
Height int
Index int
Name string
Width int
X int
Y int

Méthodes publiques

Méthode Description
GetRect ( ) : Rectangle
GetRectF ( float width, float height ) : RectangleF

Method Details

GetRect() public méthode

public GetRect ( ) : Rectangle
Résultat Rectangle

GetRectF() public méthode

public GetRectF ( float width, float height ) : RectangleF
width float
height float
Résultat RectangleF

Property Details

Height public_oe property

public int Height
Résultat int

Index public_oe property

public int Index
Résultat int

Name public_oe property

public string Name
Résultat string

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