RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TSize Type

TSize represents a width and height.

Pascal
TSize = tagSIZE;
C++
tagSIZE TSize;

Types

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

cx is the width. 

cy is the height. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!