RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TSize Type

TSize represents a width and height.

Pascal
TSize = tagSIZE;
C++
tagSIZE TSize;

TSize represents the size of something. Typically, the implied units of measurement are pixels. 

cx is the width. 

cy is the height. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!