FMX.Types3D.TIndexBuffer.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: Integer read FSize;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TIndexBuffer

Description

Represents the size (in bytes) of the index buffer.

Size is the size (in bytes) of Buffer.

See Also