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

Mostra file Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
Height int
Index int
Name string
Width int
X int
Y int

Public Methods

Method Description
GetRect ( ) : Rectangle
GetRectF ( float width, float height ) : RectangleF

Method Details

GetRect() public method

public GetRect ( ) : Rectangle
return Rectangle

GetRectF() public method

public GetRectF ( float width, float height ) : RectangleF
width float
height float
return RectangleF

Property Details

Height public_oe property

public int Height
return int

Index public_oe property

public int Index
return int

Name public_oe property

public string Name
return string

Width public_oe property

public int Width
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int