FMX.Types3D.TIndexBuffer.Size

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

Delphi

property Size: Integer read FSize;

C++

__property int Size = {read=FSize, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TIndexBuffer


説明

インデックス バッファのサイズ(単位はバイト)を表します。


Size は、Buffer のサイズ(単位はバイト)です。

関連項目