System.Types.TRectF.BottomRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

1: (TopLeft, BottomRight: TPointF);

C++

TPointF& BottomRight() _ALWAYS_INLINE
const TPointF& BottomRight() const _ALWAYS_INLINE

Properties

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

Description

Returns the lower-right corner point of the rectangle.

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

See Also