FMX.Types.TGuillotineBinPack.Init

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Init(const ASize: TPoint);

C++

void __fastcall Init(const System::Types::TPoint &ASize);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TGuillotineBinPack

Description

Defines the parent rectangle.


Use Init method to define the destination rectangle. Other smaller rectangles will be packed inside this one.

See Also