C# 클래스 Spryt.Layer

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

공개 메소드들

메소드 설명
Layer ( ImageInfo image, String label = null ) : System
SetPixel ( int x, int y, System.Pixel colour ) : void
UpdateBitmap ( ) : void

비공개 메소드들

메소드 설명
DrawPixel ( int x, int y ) : void
Wrap ( int a, int b ) : int

메소드 상세

Layer() 공개 메소드

public Layer ( ImageInfo image, String label = null ) : System
image ImageInfo
label String
리턴 System

SetPixel() 공개 메소드

public SetPixel ( int x, int y, System.Pixel colour ) : void
x int
y int
colour System.Pixel
리턴 void

UpdateBitmap() 공개 메소드

public UpdateBitmap ( ) : void
리턴 void