FMX.Graphics.TCanvas.TransformRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TransformRect(const Rect: TRectF): TRectF; inline;

C++

System::Types::TRectF __fastcall TransformRect(const System::Types::TRectF &Rect);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

TransformRect applies the current transformation matrix from the canvas on a specified TRectF.

See Also