System.Types.TSizeF.cy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

cy: Single;

C++

float cy;

Properties

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

Description

Specifies the width of an object.

cy specifies the width 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 cy field is Single.