Draws the ellipse defined by a bounding rectangle on the canvas.
Implements the drawing a circle or ellipse on the canvas. Specify the bounding rectangle either by giving:
• The top left point at pixel coordinates (X1, Y1) and the bottom right point at (X2, Y2).
• A TRect value.
If the bounding rectangle is a square, a circle is drawn.
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
X1
Type: Integer
Y1
Type: Integer
X2
Type: Integer
Y2
Type: Integer