System.Types.TRectF.init

From RAD Studio API Documentation
Jump to: navigation, search

C++

void init(float l, float t, float r, float b) {

Properties

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

Description

Initializes a TRectF object.

Use init to initialize a TRectF object.

The l and t parameters are the coordinates of the upper-left corner of the rectangle, and the r and b parameters are the coordinates of the lower-right corner.

See Also