Hide Comments
Hide Comments

TRSGPCanvas.Ellipse(Integer,Integer,Integer,Integer) Method

Comments (0)

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

expandingSyntax

Parameters

X1

Type: Integer

Y1

Type: Integer

X2

Type: Integer

Y2

Type: Integer

expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2016, Thomas G. Grubb