C# 클래스 fCraft.Drawing.DrawImageOperation

파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
blocks int

공개 메소드들

메소드 설명
DrawImage ( byte popType, Direction direct, Vector3I cpos, System.Net.Player player, string url ) : void

비공개 메소드들

메소드 설명
DrawOneBlock ( System.Net.Player player, Map map, Block drawBlock, Vector3I coord, BlockChangeContext context, int &blocks, int &blocksDenied, fCraft undoState ) : void
popRefCol ( byte popType ) : List
resizeImage ( Bitmap imgPhoto, int Width, int Height ) : Bitmap

메소드 상세

DrawImage() 공개 메소드

public DrawImage ( byte popType, Direction direct, Vector3I cpos, System.Net.Player player, string url ) : void
popType byte
direct Direction
cpos Vector3I
player System.Net.Player
url string
리턴 void

프로퍼티 상세

blocks 공개적으로 프로퍼티

public int blocks
리턴 int