ISize2D Class

class ISize2D: public IUnknown

Interface for manipulating the width and height of a two-dimensional object.

Defined in: Visual.h

Class Members

virtual CSize  GetSize() const

Get the width and height of an object.

virtual CSize  SetSize(int cx, int cy)

Set the width and height of an object.