C# 클래스 OpenRA.Graphics.Sheet

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

공개 프로퍼티들

프로퍼티 타입 설명
Size System.Drawing.Size
Type SheetType

공개 메소드들

메소드 설명
AsBitmap ( ) : Bitmap
AsBitmap ( TextureChannel channel, IPalette pal ) : Bitmap
CommitBufferedData ( ) : void
CreateBuffer ( ) : void
Dispose ( ) : void
GetData ( ) : byte[]
GetTexture ( ) : ITexture
ReleaseBuffer ( ) : void
Sheet ( SheetType type, ITexture texture ) : System
Sheet ( SheetType type, Size size ) : System
Sheet ( SheetType type, System.Stream stream ) : System

메소드 상세

AsBitmap() 공개 메소드

public AsBitmap ( ) : Bitmap
리턴 System.Drawing.Bitmap

AsBitmap() 공개 메소드

public AsBitmap ( TextureChannel channel, IPalette pal ) : Bitmap
channel TextureChannel
pal IPalette
리턴 System.Drawing.Bitmap

CommitBufferedData() 공개 메소드

public CommitBufferedData ( ) : void
리턴 void

CreateBuffer() 공개 메소드

public CreateBuffer ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetData() 공개 메소드

public GetData ( ) : byte[]
리턴 byte[]

GetTexture() 공개 메소드

public GetTexture ( ) : ITexture
리턴 ITexture

ReleaseBuffer() 공개 메소드

public ReleaseBuffer ( ) : void
리턴 void

Sheet() 공개 메소드

public Sheet ( SheetType type, ITexture texture ) : System
type SheetType
texture ITexture
리턴 System

Sheet() 공개 메소드

public Sheet ( SheetType type, Size size ) : System
type SheetType
size System.Drawing.Size
리턴 System

Sheet() 공개 메소드

public Sheet ( SheetType type, System.Stream stream ) : System
type SheetType
stream System.Stream
리턴 System

프로퍼티 상세

Size 공개적으로 프로퍼티

public Size,System.Drawing Size
리턴 System.Drawing.Size

Type 공개적으로 프로퍼티

public SheetType Type
리턴 SheetType