System.Types.TRectF.Location

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Location: TPointF read GetLocation write SetLocation;

C++

__property TPointF Location = { read=GetLocation, write=SetLocation };

Properties

Type Visibility Source Unit Parent
property public
System.Types.pas
SystemTypes.h
System.Types TRectF

Description

Returns the X and Y coordinates of the upper-left corner point.

See Also