User Tools

Site Tools


api:dk11:delphi:fmx.gisrenderer.tgis_rendererfmx.canvasdrawellipse_integer_integer_integer_integer

Table of Contents

TGIS_RendererFmx.CanvasDrawEllipse method

DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.CanvasDrawEllipse | Constructors | Fields | Methods | Properties

Draw an ellipse on the Canvas object.

Syntax

Overrides TGIS_RendererAbstract.CanvasDrawEllipse.

// Delphi
public
  procedure CanvasDrawEllipse(
    const _x : Integer;
    const _y : Integer;
    const _width : Integer;
    const _height : Integer
  ); override;
// C++ Builder
public:
  virtual void CanvasDrawEllipse(
    const int _x,
    const int _y,
    const int _width,
    const int _height
  );

Parameters

Name Type Description
_x Integer x-coordinate of the upper-left corner of the bounding rectangle (in pixels)
_y Integer y-coordinate of the upper-left corner of the bounding rectangle (in pixels)
_width Integer ellipse width (in pixels)
_height Integer ellipse height (in pixels)
2020/05/07 01:05

Page Tools