System.Types.TRect.TopLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

1: (TopLeft, BottomRight: TPoint);

C++

TPoint& TopLeft() _ALWAYS_INLINE
const TPoint& TopLeft() const _ALWAYS_INLINE

Properties

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

Description

Returns the upper-left corner point of the rectangle.

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

See Also