C# Class touchvg.core.GiPath

Inheritance: IDisposable
Exibir arquivo Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
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

Private Methods

Method Description
GiPath ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( GiPath obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GiPath() public method

public GiPath ( ) : System
return System

GiPath() public method

public GiPath ( GiPath src ) : System
src GiPath
return System

GiPath() public method

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

arcTo() public method

public arcTo ( Point2d point ) : bool
point Point2d
return bool

arcTo() public method

public arcTo ( Point2d point, Point2d end ) : bool
point Point2d
end Point2d
return bool

beziersTo() public method

public beziersTo ( int count, Point2d points ) : bool
count int
points Point2d
return bool

beziersTo() public method

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

clear() public method

public clear ( ) : void
return void

closeFigure() public method

public closeFigure ( ) : bool
return bool

copy() public method

public copy ( GiPath src ) : GiPath
src GiPath
return GiPath

genericRoundLines() public method

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

genericRoundLines() public method

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

getCount() public method

public getCount ( ) : int
return int

getPoints() public method

public getPoints ( ) : Point2d
return Point2d

getTypes() public method

public getTypes ( ) : string
return string

lineTo() public method

public lineTo ( Point2d point ) : bool
point Point2d
return bool

linesTo() public method

public linesTo ( int count, Point2d points ) : bool
count int
points Point2d
return bool

moveTo() public method

public moveTo ( Point2d point ) : bool
point Point2d
return bool

startFigure() public method

public startFigure ( ) : void
return void

transform() public method

public transform ( Matrix2d mat ) : void
mat Matrix2d
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool