C# 클래스 touchvg.core.mgnear

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
beziersBox ( Box2d box, int count, Point2d points ) : void
beziersBox ( Box2d box, int count, Point2d points, bool closed ) : void
beziersIntersectBox ( Box2d box, int count, Point2d points ) : bool
beziersIntersectBox ( Box2d box, int count, Point2d points, bool closed ) : bool
cubicSplinesBox ( Box2d box, int n, Point2d knots, Vector2d knotvs ) : void
cubicSplinesBox ( Box2d box, int n, Point2d knots, Vector2d knotvs, bool closed ) : void
cubicSplinesIntersectBox ( Box2d box, int n, Point2d knots, Vector2d knotvs ) : bool
cubicSplinesIntersectBox ( Box2d box, int n, Point2d knots, Vector2d knotvs, bool closed ) : bool
getRectHandle ( Box2d rect, int index, Point2d pt ) : void
mgnear ( ) : System
moveRectHandle ( Box2d rect, int index, Point2d pt ) : void
moveRectHandle ( Box2d rect, int index, Point2d pt, bool lockCornerScale ) : void
nearestOnBezier ( Point2d pt, Point2d pts, Point2d nearpt ) : float

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

beziersBox() 공개 정적인 메소드

public static beziersBox ( Box2d box, int count, Point2d points ) : void
box Box2d
count int
points Point2d
리턴 void

beziersBox() 공개 정적인 메소드

public static beziersBox ( Box2d box, int count, Point2d points, bool closed ) : void
box Box2d
count int
points Point2d
closed bool
리턴 void

beziersIntersectBox() 공개 정적인 메소드

public static beziersIntersectBox ( Box2d box, int count, Point2d points ) : bool
box Box2d
count int
points Point2d
리턴 bool

beziersIntersectBox() 공개 정적인 메소드

public static beziersIntersectBox ( Box2d box, int count, Point2d points, bool closed ) : bool
box Box2d
count int
points Point2d
closed bool
리턴 bool

cubicSplinesBox() 공개 정적인 메소드

public static cubicSplinesBox ( Box2d box, int n, Point2d knots, Vector2d knotvs ) : void
box Box2d
n int
knots Point2d
knotvs Vector2d
리턴 void

cubicSplinesBox() 공개 정적인 메소드

public static cubicSplinesBox ( Box2d box, int n, Point2d knots, Vector2d knotvs, bool closed ) : void
box Box2d
n int
knots Point2d
knotvs Vector2d
closed bool
리턴 void

cubicSplinesIntersectBox() 공개 정적인 메소드

public static cubicSplinesIntersectBox ( Box2d box, int n, Point2d knots, Vector2d knotvs ) : bool
box Box2d
n int
knots Point2d
knotvs Vector2d
리턴 bool

cubicSplinesIntersectBox() 공개 정적인 메소드

public static cubicSplinesIntersectBox ( Box2d box, int n, Point2d knots, Vector2d knotvs, bool closed ) : bool
box Box2d
n int
knots Point2d
knotvs Vector2d
closed bool
리턴 bool

getRectHandle() 공개 정적인 메소드

public static getRectHandle ( Box2d rect, int index, Point2d pt ) : void
rect Box2d
index int
pt Point2d
리턴 void

mgnear() 공개 메소드

public mgnear ( ) : System
리턴 System

moveRectHandle() 공개 정적인 메소드

public static moveRectHandle ( Box2d rect, int index, Point2d pt ) : void
rect Box2d
index int
pt Point2d
리턴 void

moveRectHandle() 공개 정적인 메소드

public static moveRectHandle ( Box2d rect, int index, Point2d pt, bool lockCornerScale ) : void
rect Box2d
index int
pt Point2d
lockCornerScale bool
리턴 void

nearestOnBezier() 공개 정적인 메소드

public static nearestOnBezier ( Point2d pt, Point2d pts, Point2d nearpt ) : float
pt Point2d
pts Point2d
nearpt Point2d
리턴 float

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool