FMX.Types3D.TIndexBuffer.BeginDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginDraw(const ALength: Integer);

C++

void __fastcall BeginDraw(const int ALength);

Properties

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

Description

Sets the necessary data before starting drawing.

BeginDraw sets the data necessary for drawing the first ALength vertices. The order of the vertices is given by their indices, which are stored in the buffer.

See Also