C# 클래스 Nez.Textures.NinePatchSubtexture

상속: Subtexture
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bottom int
left int
ninePatchRects Microsoft.Xna.Framework.Rectangle[]
right int
top int

공개 메소드들

메소드 설명
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

메소드 상세

NinePatchSubtexture() 공개 메소드

public NinePatchSubtexture ( Subtexture subtexture, int left, int right, int top, int bottom ) : System
subtexture Subtexture
left int
right int
top int
bottom int
리턴 System

NinePatchSubtexture() 공개 메소드

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
리턴 System

NinePatchSubtexture() 공개 메소드

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

프로퍼티 상세

bottom 공개적으로 프로퍼티

public int bottom
리턴 int

left 공개적으로 프로퍼티

public int left
리턴 int

ninePatchRects 공개적으로 프로퍼티

public Rectangle[],Microsoft.Xna.Framework ninePatchRects
리턴 Microsoft.Xna.Framework.Rectangle[]

right 공개적으로 프로퍼티

public int right
리턴 int

top 공개적으로 프로퍼티

public int top
리턴 int