Vcl.Direct2D.TDirect2DCanvas.DrawEllipse

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

Delphi

procedure DrawEllipse(const Ellipse: TD2D1Ellipse);

C++

void __fastcall DrawEllipse(const D2D1_ELLIPSE &Ellipse);

プロパティ

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

説明

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

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

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

関連項目