Vcl.Direct2D.TDirect2DCanvas.FillEllipse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FillEllipse(const Ellipse: TD2D1Ellipse);

C++

void __fastcall FillEllipse(const D2D1_ELLIPSE &Ellipse);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Draws an ellipse given by a Direct3D interface.

Call FillEllipse to draw a circle or ellipse on the canvas. The ellipse is outlined using the value of Pen, and filled using the value of Brush.

The Ellipse parameter is an interface to a Direct3D object that defines the properties of the ellipse.

See Also