|
发表于 2005-5-3 23:22:00
|
显示全部楼层
Re:HOHO能否画填充正圆??
// Describe: 绘制圆形,并填充
// Parameter:
// - pBitmap: 目的位图
// - nCenterX: 圆心纵坐标
// - nCenterY: 圆心横坐标
// - nRadius: 圆的半径
// - Color: 颜色
// - nAlpha: 混合深度(可选)
virtual HRESULT DrawCircle( LP_BITMAPX pBitmap, int nCenterX, int nCenterY, int nRadius, PIXEL Color ) = 0;
virtual HRESULT DrawCircle( LP_BITMAPX pBitmap, int nCenterX, int nCenterY, int nRadius, PIXEL Color, int nAlpha ) = 0;
|
|