System.Types.TRectF.Right

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

0: (Left, Top, Right, Bottom: Single);

C++

__property float Right   = { read=right,  write=right  };

Properties

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

Description

Represents the horizontal coordinate of the lower-right corner point of the rectangle.

See Also