|
|
|
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
|
|
GdipAddPathArc |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
width
height
startAngle
sweepAngle
|
|
GdipAddPathArcI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
width
height
startAngle
sweepAngle
|
|
GdipAddPathBezier |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x1
y1
x2
y2
x3
y3
x4
y4
|
|
GdipAddPathBezierI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x1
y1
x2
y2
x3
y3
x4
y4
|
|
GdipAddPathBeziers |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
|
|
GdipAddPathBeziersI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
|
|
GdipAddPathClosedCurve |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
Remarks
|
|
GdipAddPathClosedCurveI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
Remarks
|
|
GdipAddPathClosedCurve2 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
tension
Remarks
|
|
GdipAddClosedCurve2I |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
tension
Remarks
|
|
GdipAddPathCurve |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
Remarks
|
|
GdipAddPathCurveI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
Remarks
|
|
GdipAddPathCurve2 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
tension
Remarks
|
|
GdipAddPathCurve2I |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
tension
Remarks
|
|
GdipAddPathCurve3 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
offset
numberOfSegments
tension
Remarks
|
|
GdipAddPathCurve3I |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
offset
numberOfSegments
tension
Remarks
|
|
GdipAddPathEllipse |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
width
height
Remarks
|
|
GdipAddPathEllipseI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
width
height
Remarks
|
|
GdipAddPathLine |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x1
y1
x2
y2
|
|
GdipAddPathLineI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x1
y1
x2
y2
|
|
GdipAddPathLine2 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
|
|
GdipAddPathLine2I |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
|
|
GdipAddPathPath |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
addingPath
connect
|
|
GdipAddPathPie |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
width
height
startAngle
sweepAngle
|
|
GdipAddPathPieI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
width
height
startAngle
sweepAngle
|
|
GdipAddPathPolygon |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
Remarks
|
|
GdipAddPathPolygonI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
points
count
Remarks
|
|
GdipAddPathRectangle |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
width
height
|
|
GdipAddPathRectangleI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
x
y
width
height
|
|
GdipAddPathRectangles |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
rects
count
|
|
GdipAddPathRectanglesI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
rects
count
|
|
GdipAddPathString |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
string
lenght
family
style
emSize
layoutRect
format
|
|
GdipAddPathStringI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
path
string
lenght
family
style
emSize
layoutRect
format
|
Page last updated on Monday, 11 December 2006 11:11:41 +0100