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

Show 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 property

public int Height
return int

Index public property

public int Index
return int

Name public property

public string Name
return string

Width public property

public int Width
return int

X public property

public int X
return int

Y public property

public int Y
return int