CDrawingManager::GrayRect
使用指定的灰色色彩來填滿矩形。
BOOL GrayRect(
CRect rect,
int nPercentage = -1,
COLORREF clrTransparent = (COLORREF)-1,
COLORREF clrDisabled = (COLORREF)-1
);
參數
[in] rect
填滿的矩形區域。[in] nPercentage
您想要在矩形灰色的百分比。[in] clrTransparent
透明色彩。[in] clrDisabled
這個方法會截長且不使用不同的色彩,如果 nPercentage 設為-1。
傳回值
TRUE ,如果方法成功,否則 FALSE。
備註
對於參數, nPercentage較低的值表示某個深色。
nPercentage 的最大值為 200。的值大於 200 沒有變更矩形的外觀。如果的值為-1,則這個方法會使用 clrDisabled 條件矩形的飽和度。
需求
標題: afxdrawmanager.h