C# 클래스 FireflyGL.Texture

파일 보기 프로젝트 열기: LukaHorvat/Kento 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
height float
width float

공개 메소드들

메소드 설명
Bind ( ) : void
Texture ( Bitmap Bmp ) : System.Drawing
Texture ( Bitmap Bmp, int Frames ) : System.Drawing
Texture ( string Path ) : System.Drawing
Texture ( string Path, int Frames ) : System.Drawing

메소드 상세

Bind() 공개 메소드

public Bind ( ) : void
리턴 void

Texture() 공개 메소드

public Texture ( Bitmap Bmp ) : System.Drawing
Bmp System.Drawing.Bitmap
리턴 System.Drawing

Texture() 공개 메소드

public Texture ( Bitmap Bmp, int Frames ) : System.Drawing
Bmp System.Drawing.Bitmap
Frames int
리턴 System.Drawing

Texture() 공개 메소드

public Texture ( string Path ) : System.Drawing
Path string
리턴 System.Drawing

Texture() 공개 메소드

public Texture ( string Path, int Frames ) : System.Drawing
Path string
Frames int
리턴 System.Drawing

프로퍼티 상세

height 공개적으로 프로퍼티

public float height
리턴 float

width 공개적으로 프로퍼티

public float width
리턴 float