|
|
|
Graphics Functions (GDI+) |
|
The Graphics functions provide methods for drawing lines, curves, figures, images, and text. A Graphics object stores attributes of the display device and attributes of the items to be drawn.
Return Values
|
|
GdipDeleteGraphics |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
|
|
GdipDrawArc |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
x
y
width
height
startAngle
sweepAngle
|
|
GdipDrawArcI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
x
y
width
height
startAngle
sweepAngle
|
|
GdipDrawBezier |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
x1
y1
x2
y2
x3
y3
x4
y4
Remarks
|
|
GdipDrawBezierI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
x1
y1
x2
y2
x3
y3
x4
y4
Remarks
|
|
GdipDrawBeziers |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
points
count
Remarks
|
|
GdipDrawBeziersI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
points
count
Remarks
|
|
GdipDrawClosedCurve |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
points
count
Remarks
|
|
GdipDrawClosedCurve2 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
points
count
tension
Remarks
|
|
GdipDrawClosedCurve2I |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
points
count
tension
Remarks
|
|
GdipDrawClosedCurveI |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
points
count
Remarks
|
|
GdipDrawCurve |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
points
count
Remarks
|
|
GdipDrawCurve2 |
|
Description
Syntax
PowerBASIC Syntax
Parameters
graphics
pen
points
count
tension
Remarks
|
|
GdipDrawCurve2I |
|
Description
Syntax
|