C# 클래스 touchvg.core.BoundBox

상속: IDisposable
파일 보기 프로젝트 열기: rhcad/touchvg-v0.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
BoundBox ( ) : System
BoundBox ( BoundBox box ) : System
BoundBox ( Point2d pnt1, Point2d pnt2 ) : System
BoundBox ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : System
Dispose ( ) : void
contains ( Point2d pnt ) : bool
extend ( Point2d pnt ) : BoundBox
get ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : void
getMinMaxPoints ( Point2d pnt1, Point2d pnt2 ) : void
isDisjoint ( BoundBox box ) : bool
isRect ( ) : bool
set ( Point2d pnt1, Point2d pnt2 ) : BoundBox
set ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : BoundBox
setToRect ( ) : BoundBox
swell ( float distance ) : BoundBox

비공개 메소드들

메소드 설명
BoundBox ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( BoundBox obj ) : HandleRef

메소드 상세

BoundBox() 공개 메소드

public BoundBox ( ) : System
리턴 System

BoundBox() 공개 메소드

public BoundBox ( BoundBox box ) : System
box BoundBox
리턴 System

BoundBox() 공개 메소드

public BoundBox ( Point2d pnt1, Point2d pnt2 ) : System
pnt1 Point2d
pnt2 Point2d
리턴 System

BoundBox() 공개 메소드

public BoundBox ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : System
arg0 Point2d
dir1 Vector2d
dir2 Vector2d
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

contains() 공개 메소드

public contains ( Point2d pnt ) : bool
pnt Point2d
리턴 bool

extend() 공개 메소드

public extend ( Point2d pnt ) : BoundBox
pnt Point2d
리턴 BoundBox

get() 공개 메소드

public get ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : void
arg0 Point2d
dir1 Vector2d
dir2 Vector2d
리턴 void

getMinMaxPoints() 공개 메소드

public getMinMaxPoints ( Point2d pnt1, Point2d pnt2 ) : void
pnt1 Point2d
pnt2 Point2d
리턴 void

isDisjoint() 공개 메소드

public isDisjoint ( BoundBox box ) : bool
box BoundBox
리턴 bool

isRect() 공개 메소드

public isRect ( ) : bool
리턴 bool

set() 공개 메소드

public set ( Point2d pnt1, Point2d pnt2 ) : BoundBox
pnt1 Point2d
pnt2 Point2d
리턴 BoundBox

set() 공개 메소드

public set ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : BoundBox
arg0 Point2d
dir1 Vector2d
dir2 Vector2d
리턴 BoundBox

setToRect() 공개 메소드

public setToRect ( ) : BoundBox
리턴 BoundBox

swell() 공개 메소드

public swell ( float distance ) : BoundBox
distance float
리턴 BoundBox

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool