Dela via


CMFCRibbonCategory::GetImageSize

Retrieves the size of an image in the specified image list that is contained in the ribbon category.

CSize GetImageSize(
   BOOL bIsLargeImage
) const;

Parameters

  • [in] bIsLargeImage
    TRUE for the size of large images; FALSE for the size of small images.

Return Value

The size of an image in the specified image list.

Remarks

The size retrieved includes the global image scale factor.

Requirements

Header: afxribboncategory.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonCategory Class

Change History

Date

History

Reason

October 2008

Updated whole topic.

Information enhancement.