Source position: types.pp line 268
type TRectF = packed record |
public |
constructor Create(); |
class operator equal(TRectF,TRectF):Boolean(); |
class operator notequal(TRectF,TRectF):Boolean(); |
class operator add(TRectF,TRectF):TRectF(); |
class operator multiply(TRectF,TRectF):TRectF(); |
class operator assign(TRect):TRectF(); |
class function Empty; |
class function Intersect(); |
class function Union(); |
function Ceiling; |
function CenterAt(); |
function CenterPoint; |
function Contains(); |
function EqualsTo(); |
function Fit(); deprecated ; |
function FitInto(); |
function IntersectsWith(); |
function IsEmpty; |
function PlaceInto(); |
function Round; |
function SnapToPixel(); |
function Truncate; |
procedure Inflate(); |
procedure NormalizeRect; |
procedure Offset(); |
procedure SetLocation(); |
function ToString(); |
property Width: Single; [rw] |
property Height: Single; [rw] |
property Size: TSizeF; [rw] |
property Location: TPointF; [rw] |
|
case Integer of |
0: ( |
Left: Single; |
Top: Single; |
Right: Single; |
Bottom: Single; |
); |
1: ( |
TopLeft: TPointF; |
BottomRight: TPointF; |
); |
end; |