Vcl.Direct2D.TDirect2DCanvas.FillEllipse

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure FillEllipse(const Ellipse: TD2D1Ellipse);

C++

void __fastcall FillEllipse(const D2D1_ELLIPSE &Ellipse);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

説明

Direct3D インターフェイスで指定された楕円を描画します。

FillEllipse を呼び出すと、キャンバス上に円または楕円を描画することができます。楕円は、Pen の値を使って輪郭が描画され、Brush の値を使って塗りつぶされます。

Ellipse パラメータは、楕円のプロパティを定義した Direct3D オブジェクトへのインターフェイスです。

関連項目