C# Class Sparrow.Textures.TextureInfo

Afficher le fichier Open project: fmotagarcia/sparrow-sharp

Méthodes publiques

Свойство Type Description
Frame Sparrow.Geom.Rectangle
Region Sparrow.Geom.Rectangle
Rotated bool

Méthodes publiques

Méthode Description
TextureInfo ( Rectangle region, Rectangle frame, bool rotated ) : Sparrow.Geom

Method Details

TextureInfo() public méthode

public TextureInfo ( Rectangle region, Rectangle frame, bool rotated ) : Sparrow.Geom
region Sparrow.Geom.Rectangle
frame Sparrow.Geom.Rectangle
rotated bool
Résultat Sparrow.Geom

Property Details

Frame public_oe property

public Rectangle,Sparrow.Geom Frame
Résultat Sparrow.Geom.Rectangle

Region public_oe property

public Rectangle,Sparrow.Geom Region
Résultat Sparrow.Geom.Rectangle

Rotated public_oe property

public bool Rotated
Résultat bool