C# 클래스 LynnaLab.GbGraphics

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

공개 메소드들

메소드 설명
QuickDraw ( BitmapData data, Bitmap src, int x, int y ) : void
QuickDraw ( BitmapData data, BitmapData srcData, int x, int y ) : void
TileToImage ( IList data, Color palette = null, int flags ) : Bitmap

메소드 상세

QuickDraw() 공개 정적인 메소드

public static QuickDraw ( BitmapData data, Bitmap src, int x, int y ) : void
data System.Drawing.Imaging.BitmapData
src System.Drawing.Bitmap
x int
y int
리턴 void

QuickDraw() 공개 정적인 메소드

public static QuickDraw ( BitmapData data, BitmapData srcData, int x, int y ) : void
data System.Drawing.Imaging.BitmapData
srcData System.Drawing.Imaging.BitmapData
x int
y int
리턴 void

TileToImage() 공개 정적인 메소드

public static TileToImage ( IList data, Color palette = null, int flags ) : Bitmap
data IList
palette Color
flags int
리턴 System.Drawing.Bitmap