System.Types.TRectF.TopLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

1: (TopLeft, BottomRight: TPointF);

C++

TPointF& TopLeft() _ALWAYS_INLINE
const TPointF& TopLeft() const _ALWAYS_INLINE

Properties

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

Description

Returns the upper-left corner point of the rectangle.

TopLeft returns the upper-left corner point of the TRectF object.

See Also