C# Class Sparrow.Textures.TextureInfo

Show file Open project: fmotagarcia/sparrow-sharp

Public Properties

Property Type Description
Frame Sparrow.Geom.Rectangle
Region Sparrow.Geom.Rectangle
Rotated bool

Public Methods

Method Description
TextureInfo ( Rectangle region, Rectangle frame, bool rotated ) : Sparrow.Geom

Method Details

TextureInfo() public method

public TextureInfo ( Rectangle region, Rectangle frame, bool rotated ) : Sparrow.Geom
region Sparrow.Geom.Rectangle
frame Sparrow.Geom.Rectangle
rotated bool
return Sparrow.Geom

Property Details

Frame public property

public Rectangle,Sparrow.Geom Frame
return Sparrow.Geom.Rectangle

Region public property

public Rectangle,Sparrow.Geom Region
return Sparrow.Geom.Rectangle

Rotated public property

public bool Rotated
return bool