Property | Type | Description | |
---|---|---|---|
bottom | int | ||
left | int | ||
ninePatchRects | Microsoft.Xna.Framework.Rectangle[] | ||
right | int | ||
top | int |
Method | Description | |
---|---|---|
NinePatchSubtexture ( |
||
NinePatchSubtexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
NinePatchSubtexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int left, int right, int top, int bottom ) : System |
public NinePatchSubtexture ( |
||
subtexture | ||
left | int | |
right | int | |
top | int | |
bottom | int | |
return | System |
public NinePatchSubtexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
sourceRect | ||
left | int | |
right | int | |
top | int | |
bottom | int | |
return | System |
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 | |
return | System |
public Rectangle[],Microsoft.Xna.Framework ninePatchRects | ||
return | Microsoft.Xna.Framework.Rectangle[] |