BCGControlBar Pro for MFC
CBCGPSize

Detailed Description

Stores an ordered pair of floating-point values, typically the width and height of a rectangle.

Public Member Functions

 CBCGPSizeDefault constructor.
 
 CBCGPSizeConstructor.
 
 CBCGPSizeCopy constructor.
 
 CBCGPSizeCopy constructor.
 
 DeflateDeflates the size.
 
 DeflateDeflates the given size.
 
 HeightGets the height.
 
 InflateInflates the size.
 
 InflateInflates the given size.
 
 IsEmptyChecks if this object is empty.
 
 IsNullChecks if this object is null.
 
 IsValidChecks the object validity.
 
 operator CSizeConverts the object to MFC's CSize.
 
 operator!=Inequality operator.
 
 operator*Multiplication operator.
 
 operator*=Multiplication assignment operator.
 
 operator+Addition operator.
 
 operator+=Addition assignment operator.
 
 operator-Subtraction operator.
 
 operator-=Subtraction assignment operator.
 
 operator/Division operator.
 
 operator/=Division assignment operator.
 
 operator=Assignment operator.
 
 operator==Equality operator.
 
 ScaleScales the size.
 
 ScaleScales the size.
 
 SetSizeSets a size.
 
 SetSizeSets a size.
 
 SetSizeEmptySets size empty.
 
 SwapSwaps cx and cy values.
 
 WidthGets the width.
 

Public Attributes

 cxThe width value.
 
 cyThe height value.