The Circle method draws a circle, an ellipse, or an arc on a Report object when the Print event occurs.
Syntax
- Код: Выделить всё
object.Circle [Step](x, y), radius[, [color][, [start][, [end][, aspect]]]]
start, end
Single values. When a partial circle or ellipse is drawn, the start and end arguments specify (in radians) the beginning and end positions of the arc. The default value for the start argument is
0 radians; the default for the end argument is
2 pi radians. The range for both is
–2 pi radians to
2 pi radians.
When drawing pie slices, if you need to draw a radius to angle 0 to form a horizontal line segment to the right, specify a very small negative value for the start argument rather than 0. For example, you might specify –.00000001 for the start argument.