System.Types.PRectF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PRectF = ^TRectF;

C++

typedef TRectF *PRectF;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

Pointer to a TRectF variable.

TRectF represents the location and dimensions of a rectangle with coordinates in floating points.

See Also