C# 클래스 touchvg.core.GiPath

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
GiPath ( ) : System
GiPath ( GiPath src ) : System
GiPath ( int count, Point2d points, string types ) : System
arcTo ( Point2d point ) : bool
arcTo ( Point2d point, Point2d end ) : bool
beziersTo ( int count, Point2d points ) : bool
beziersTo ( int count, Point2d points, bool reverse ) : bool
clear ( ) : void
closeFigure ( ) : bool
copy ( GiPath src ) : GiPath
genericRoundLines ( int count, Point2d points, float radius ) : bool
genericRoundLines ( int count, Point2d points, float radius, bool closed ) : bool
getCount ( ) : int
getPoints ( ) : Point2d
getTypes ( ) : string
lineTo ( Point2d point ) : bool
linesTo ( int count, Point2d points ) : bool
moveTo ( Point2d point ) : bool
startFigure ( ) : void
transform ( Matrix2d mat ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GiPath() 공개 메소드

public GiPath ( ) : System
리턴 System

GiPath() 공개 메소드

public GiPath ( GiPath src ) : System
src GiPath
리턴 System

GiPath() 공개 메소드

public GiPath ( int count, Point2d points, string types ) : System
count int
points Point2d
types string
리턴 System

arcTo() 공개 메소드

public arcTo ( Point2d point ) : bool
point Point2d
리턴 bool

arcTo() 공개 메소드

public arcTo ( Point2d point, Point2d end ) : bool
point Point2d
end Point2d
리턴 bool

beziersTo() 공개 메소드

public beziersTo ( int count, Point2d points ) : bool
count int
points Point2d
리턴 bool

beziersTo() 공개 메소드

public beziersTo ( int count, Point2d points, bool reverse ) : bool
count int
points Point2d
reverse bool
리턴 bool

clear() 공개 메소드

public clear ( ) : void
리턴 void

closeFigure() 공개 메소드

public closeFigure ( ) : bool
리턴 bool

copy() 공개 메소드

public copy ( GiPath src ) : GiPath
src GiPath
리턴 GiPath

genericRoundLines() 공개 메소드

public genericRoundLines ( int count, Point2d points, float radius ) : bool
count int
points Point2d
radius float
리턴 bool

genericRoundLines() 공개 메소드

public genericRoundLines ( int count, Point2d points, float radius, bool closed ) : bool
count int
points Point2d
radius float
closed bool
리턴 bool

getCount() 공개 메소드

public getCount ( ) : int
리턴 int

getPoints() 공개 메소드

public getPoints ( ) : Point2d
리턴 Point2d

getTypes() 공개 메소드

public getTypes ( ) : string
리턴 string

lineTo() 공개 메소드

public lineTo ( Point2d point ) : bool
point Point2d
리턴 bool

linesTo() 공개 메소드

public linesTo ( int count, Point2d points ) : bool
count int
points Point2d
리턴 bool

moveTo() 공개 메소드

public moveTo ( Point2d point ) : bool
point Point2d
리턴 bool

startFigure() 공개 메소드

public startFigure ( ) : void
리턴 void

transform() 공개 메소드

public transform ( Matrix2d mat ) : void
mat Matrix2d
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool