FMX.Types3D.TContextHelper.DrawLine

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

Delphi

procedure DrawLine(const StartPoint, EndPoint: TPoint3D; const Opacity: Single; const Color: TAlphaColor);

プロパティ

種類 可視性 ソース ユニット
procedure public FMX.Types3D.pas FMX.Types3D TContextHelper

説明

現在の 3D コンテキスト上で、2 つの点で定義される線を、指定された色で描画します。

StartPoint は、描画される直線を定義する 1 つの目の点を示します。

EndPoint は、描画される直線を定義する 2 つの目の点を示します。

Opacity は、描画する線の透明度のレベルを示します。

Color は、線を描画する色を示します。

関連項目