System.Math.Vectors.TPolygon

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

Delphi

type TPolygon = array of TPointF;

C++

typedef System::DynamicArray<System::Types::TPointF> TPolygon;

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

説明

多角形を TPointF の配列として指定します。


閉じた多角形を定義するには、配列の最初の点を配列の最後に追加します。

関連項目

コード例