C# 클래스 SpaceSim.Drawing.SpriteSheet

상속: IDisposable
파일 보기 프로젝트 열기: zlynn1990/SpaceSim 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( int spriteIndex, Graphics graphics, RectangleF screenBounds ) : void
SpriteSheet ( string source, int rows, int cols ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( int spriteIndex, Graphics graphics, RectangleF screenBounds ) : void
spriteIndex int
graphics System.Drawing.Graphics
screenBounds System.Drawing.RectangleF
리턴 void

SpriteSheet() 공개 메소드

public SpriteSheet ( string source, int rows, int cols ) : System
source string
rows int
cols int
리턴 System