Vcl.Direct2D.TDirect2DCanvas.DrawEllipse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawEllipse(const Ellipse: TD2D1Ellipse);

C++

void __fastcall DrawEllipse(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 DrawEllipse to draw a circle or ellipse on the canvas. The ellipse is outlined using the value of Pen, and is left unfilled.

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

See Also