ILogCoordinatesImpl::GetLogSize

virtual CSize ILogCoordinatesImpl::GetLogSize(void)

Returns the width and height of the component in logical units.

Defined in: LogCoordinatesImpl.h

Return Value

CSize The logical size of the component

Comments

The value returned by this function represents the number of logical units that fit in the component's bounding rectangle (defined in container units). The size of the bounding rectangle is converted based on the ratio defined by the container extents and logical extents.

See Also

SetLogSize