프로퍼티 | 타입 | 설명 | |
---|---|---|---|
bottom | int | ||
left | int | ||
ninePatchRects | Microsoft.Xna.Framework.Rectangle[] | ||
right | int | ||
top | int |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public NinePatchSubtexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
sourceRect | ||
left | int | |
right | int | |
top | int | |
bottom | int | |
리턴 | 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 | |
리턴 | System |
public Rectangle[],Microsoft.Xna.Framework ninePatchRects | ||
리턴 | Microsoft.Xna.Framework.Rectangle[] |