C# Class Nez.Textures.NinePatchSubtexture

Inheritance: Subtexture
Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
bottom int
left int
ninePatchRects Microsoft.Xna.Framework.Rectangle[]
right int
top int

Méthodes publiques

Méthode Description
NinePatchSubtexture ( Subtexture subtexture, int left, int right, int top, int bottom ) : System
NinePatchSubtexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRect, int left, int right, int top, int bottom ) : System
NinePatchSubtexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int left, int right, int top, int bottom ) : System

Method Details

NinePatchSubtexture() public méthode

public NinePatchSubtexture ( Subtexture subtexture, int left, int right, int top, int bottom ) : System
subtexture Subtexture
left int
right int
top int
bottom int
Résultat System

NinePatchSubtexture() public méthode

public NinePatchSubtexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRect, int left, int right, int top, int bottom ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
sourceRect Microsoft.Xna.Framework.Rectangle
left int
right int
top int
bottom int
Résultat System

NinePatchSubtexture() public méthode

public NinePatchSubtexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int left, int right, int top, int bottom ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
left int
right int
top int
bottom int
Résultat System

Property Details

bottom public_oe property

public int bottom
Résultat int

left public_oe property

public int left
Résultat int

ninePatchRects public_oe property

public Rectangle[],Microsoft.Xna.Framework ninePatchRects
Résultat Microsoft.Xna.Framework.Rectangle[]

right public_oe property

public int right
Résultat int

top public_oe property

public int top
Résultat int