C# 클래스 Ultima.FrameEdit

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

공개 프로퍼티들

프로퍼티 타입 설명
height int
width int

공개 메소드들

메소드 설명
ChangeCenter ( int x, int y ) : void
FrameEdit ( BinaryReader bin ) : System.Collections.Generic
FrameEdit ( Bitmap bit, ushort palette, int centerx, int centery ) : System.Collections.Generic
Save ( BinaryWriter bin ) : void

비공개 메소드들

메소드 설명
GetPaletteIndex ( ushort palette, ushort col ) : byte

메소드 상세

ChangeCenter() 공개 메소드

public ChangeCenter ( int x, int y ) : void
x int
y int
리턴 void

FrameEdit() 공개 메소드

public FrameEdit ( BinaryReader bin ) : System.Collections.Generic
bin System.IO.BinaryReader
리턴 System.Collections.Generic

FrameEdit() 공개 메소드

public FrameEdit ( Bitmap bit, ushort palette, int centerx, int centery ) : System.Collections.Generic
bit System.Drawing.Bitmap
palette ushort
centerx int
centery int
리턴 System.Collections.Generic

Save() 공개 메소드

public Save ( BinaryWriter bin ) : void
bin System.IO.BinaryWriter
리턴 void

프로퍼티 상세

height 공개적으로 프로퍼티

public int height
리턴 int

width 공개적으로 프로퍼티

public int width
리턴 int