|
|
|
GraphicsPath Functions (GDI+) |
|
A GraphicsPath object stores a sequence of lines, curves, and shapes. You can draw the entire sequence by calling the GdipDrawPath function. You can partition the sequence of lines, curves, and shapes into figures, and with the help of the PathIterator functions, you can draw selected figures. You can also place markers in the sequence, so that you can draw selected portions of the path.
Return Values
|
|
GdipClearPathMarkers |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
|
|
GdipClonePath |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
clonePath
|
|
GdipClosePathFigure |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
|
|
GdipClosePathFigures |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
|
|
GdipCreatePath |
|
Description
Syntax
PowerBASIC Syntax
Parameters
brushMode
path
|
|
GdipCreatePath2 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
points
types
count
fillMode
path
|
|
GdipCreatePath2I |
|
Description
Syntax
PowerBASIC Syntax
Parameters
points
types
count
fillMode
path
|
|
GdipDeletePath |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
|
|
GdipFlattenPath |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
matrix
flatness
|
|
GdipGetPathData |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
pathData
Remarks
|
|
GdipGetPathFillMode |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
fillMode
|
|
GdipGetPathLastPoint |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
lastPoint
|
|
GdipGetPathPoints |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
|
|
GdipGetPathPointsI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
|
|
GdipGetPathTypes |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
types
count
|
|
GdipGetPathWorldBounds |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
bounds
matrix
pen
Remarks
|
|
GdipGetPathWorldBoundsI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
bounds
matrix
pen
Remarks
|
|
GdipGetPointCount |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
count
|
|
GdipIsOutlineVisiblePathPoint |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
pen
graphics
result
|
|
GdipIsOutlineVisiblePathPointI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
pen
graphics
result
|
|
GdipIsVisiblePathPoint |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path |