FMX.Types3D.TVertexBuffer.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 TVertexBuffer

Description

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

Size is the size (in bytes) of the vertex buffer and is equal to Length * VertexSize.

See Also