System.Types.TRect.BottomRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

1: (TopLeft, BottomRight: TPoint);

C++

TPoint& BottomRight() _ALWAYS_INLINE
const TPoint& BottomRight() const _ALWAYS_INLINE

Properties

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

Description

Returns the lower-right corner point of the rectangle.

BottomRight returns the lower-right corner point of the TRect object.

See Also