System.Types.TSizeF.cx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

cx: Single;

C++

float cx;

Properties

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

Description

Specifies the height of an object.

cx specifies the height of an object such as a rectangle, a form, a button, and so on. Typically, the implied units of measurement are pixels.

The type of the cx field is Single.