System.Types.TRectF.GetLocation

From RAD Studio API Documentation
Jump to: navigation, search

C++

TPointF GetLocation() const _ALWAYS_INLINE {

Properties

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

Description

Returns the location of a rectangle.

GetLocation returns the location of a rectangle, which is the upper-left corner of the rectangle. The location is in a floating point.

See Also