Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
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 |
Method | Description | |
---|---|---|
GiPath ( IntPtr cPtr, bool cMemoryOwn ) : System | ||
getCPtr ( GiPath obj ) : HandleRef |
public GiPath ( int count, Point2d points, string types ) : System | ||
count | int | |
points | Point2d | |
types | string | |
return | System |
public arcTo ( Point2d point, Point2d end ) : bool | ||
point | Point2d | |
end | Point2d | |
return | bool |
public beziersTo ( int count, Point2d points ) : bool | ||
count | int | |
points | Point2d | |
return | bool |
public beziersTo ( int count, Point2d points, bool reverse ) : bool | ||
count | int | |
points | Point2d | |
reverse | bool | |
return | bool |
public genericRoundLines ( int count, Point2d points, float radius ) : bool | ||
count | int | |
points | Point2d | |
radius | float | |
return | bool |
public genericRoundLines ( int count, Point2d points, float radius, bool closed ) : bool | ||
count | int | |
points | Point2d | |
radius | float | |
closed | bool | |
return | bool |
public linesTo ( int count, Point2d points ) : bool | ||
count | int | |
points | Point2d | |
return | bool |