C# 클래스 winmaped2.Selection

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

공개 메소드들

메소드 설명
Selection ( ) : System
Selection ( int w, int h ) : System
clear ( ) : void
copy ( ) : Selection
createIntegerMask ( IMaskReader imr ) : ].int[
getPoint ( int x, int y ) : bool
getPointIntegerValue ( int x, int y, IMaskReader imr ) : int
maxX ( int sentinel ) : int
maxY ( int sentinel ) : int
minX ( int sentinel ) : int
minY ( int sentinel ) : int
offset ( int x, int y ) : void
setPoint ( int x, int y, bool bValue ) : void
setRectangle ( Rectangle r, bool value ) : void
updateGraphicsPath ( GraphicsPath gp, int scale, int xofs, int yofs ) : void

비공개 메소드들

메소드 설명
_getPoint ( int mask, Rectangle r, int x, int y ) : bool
_setPoint ( int mask, Rectangle r, int x, int y, bool value ) : void
alterRectangleToInclude ( int x, int y ) : void

메소드 상세

Selection() 공개 메소드

public Selection ( ) : System
리턴 System

Selection() 공개 메소드

public Selection ( int w, int h ) : System
w int
h int
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

copy() 공개 메소드

public copy ( ) : Selection
리턴 Selection

createIntegerMask() 공개 메소드

public createIntegerMask ( IMaskReader imr ) : ].int[
imr IMaskReader
리턴 ].int[

getPoint() 공개 메소드

public getPoint ( int x, int y ) : bool
x int
y int
리턴 bool

getPointIntegerValue() 공개 메소드

public getPointIntegerValue ( int x, int y, IMaskReader imr ) : int
x int
y int
imr IMaskReader
리턴 int

maxX() 공개 메소드

public maxX ( int sentinel ) : int
sentinel int
리턴 int

maxY() 공개 메소드

public maxY ( int sentinel ) : int
sentinel int
리턴 int

minX() 공개 메소드

public minX ( int sentinel ) : int
sentinel int
리턴 int

minY() 공개 메소드

public minY ( int sentinel ) : int
sentinel int
리턴 int

offset() 공개 메소드

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

setPoint() 공개 메소드

public setPoint ( int x, int y, bool bValue ) : void
x int
y int
bValue bool
리턴 void

setRectangle() 공개 메소드

public setRectangle ( Rectangle r, bool value ) : void
r System.Drawing.Rectangle
value bool
리턴 void

updateGraphicsPath() 공개 메소드

public updateGraphicsPath ( GraphicsPath gp, int scale, int xofs, int yofs ) : void
gp System.Drawing.Drawing2D.GraphicsPath
scale int
xofs int
yofs int
리턴 void