C# Class Sparrow.Textures.TextureInfo

显示文件 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_oe property

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

Region public_oe property

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

Rotated public_oe property

public bool Rotated
return bool