Windows2003-3790/windows/advcore/gdiplus/test/driverhack/cbanding.h

25 lines
488 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
/******************************Module*Header*******************************\
* Module Name: CBanding.h
*
* Copyright (c) 2000 Microsoft Corporation
*
\**************************************************************************/
#ifndef __CBanding_H
#define __CBanding_H
#include "CPrimitive.h"
class CBanding : public CPrimitive
{
public:
CBanding(BOOL bRegression);
virtual ~CBanding();
void Draw(Graphics *g);
VOID TestBanding(Graphics* g);
};
#endif