C# 클래스 btswebdoc.CmdClient.SelectionArea

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

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Width int
X int
Y int

공개 메소드들

메소드 설명
GetRectangle ( ) : Rectangle
SelectionArea ( ) : System
SelectionArea ( int x, int y, int w, int h ) : System

메소드 상세

GetRectangle() 공개 메소드

public GetRectangle ( ) : Rectangle
리턴 System.Drawing.Rectangle

SelectionArea() 공개 메소드

public SelectionArea ( ) : System
리턴 System

SelectionArea() 공개 메소드

public SelectionArea ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
리턴 System

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int