Packed Record TRectSingle

Hierarchy
Properties

Unit

Declaration

type TRectSingle = packed record

Description

TRectSingle

Overview

Fields

Left: Single
Top: Single
Right: Single
Bottom: Single
TopLeft: TPointSingle
BottomRight: TPointSingle

Methods

procedure Rect(ALeft, ATop, ARight, ABottom: Single);
procedure NullRect;
function Width: Single;
function Height: Single;

Description

Fields

Left: Single
 
Top: Single
 
Right: Single
 
Bottom: Single
 
TopLeft: TPointSingle
 
BottomRight: TPointSingle
 

Methods

procedure Rect(ALeft, ATop, ARight, ABottom: Single);
 
procedure NullRect;
 
function Width: Single;
 
function Height: Single;
 

Generated by PasDoc 0.15.0.