FMX.Types3D.TContext3D.Resize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resize;

C++

void __fastcall Resize();

Properties

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

Description

Resizes a buffer.

Resize is a virtual, abstract method. TContext3D descendants will implement Resize to resize the buffer of this 3D context.

Resize is used when modifying the size of the 3D context.

See Also