CIcon Class
Quick Ref |
void CIcon::RenderIcon(CPoint& pos, CSize& size, CRect& rBoundingBox, CResRef& cResIcon, unsigned long dwFlags, unsigned short wCount, int bForceCount, unsigned short wSecondCount, int bForceSecondCount, CRect& rClipIn, int transVal) |
Methods
Name |
Description |
Render an icon |
CIcon::RenderIcon
Render an icon
void CIcon::RenderIcon(
CPoint& pos,
CSize\& size,
CRect& rBoundingBox,
CResRef& cResIcon,
unsigned long dwFlags,
unsigned short wCount,
int bForceCount,
unsigned short wSecondCount,
int bForceSecondCount,
CRect& rClipIn,
int transVal);
Parameters
CPoint& pos - x and y coordinates of icon position
CSize& size - width and height of icon
CRect& rBoundingBox - bounding rectangle of icon
CResRef& cResIcon - resource reference of icon to render
unsigned longdwFlags -unsigned shortwCount -intbForceCount -unsigned shortwSecondCount -intbForceSecondCount -CRect& rClipIn - clipping rectangle
inttransVal -
Remarks