FMX.Types.CornersF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CornersF(const Pt1, Pt2, Pt3, Pt4: TPointF): TCornersF;
function CornersF(Left, Top, Width, Height: Single): TCornersF;
function CornersF(const Rect: TRectF): TCornersF;
function CornersF(const Rect: TRect): TCornersF;

C++

extern DELPHI_PACKAGE TCornersF __fastcall CornersF(const System::Types::TPointF &Pt1, const System::Types::TPointF &Pt2, const System::Types::TPointF &Pt3, const System::Types::TPointF &Pt4)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!