2013-05-05 18:18:41 +02:00
|
|
|
#include <System/Windows/Media/Brush.h>
|
|
|
|
|
|
|
|
namespace System
|
|
|
|
{
|
|
|
|
namespace Windows
|
|
|
|
{
|
|
|
|
namespace Media
|
|
|
|
{
|
|
|
|
Brush::Brush()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
Brush::~Brush()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2013-07-11 17:25:49 +02:00
|
|
|
int Brush::GetType()
|
2013-05-05 18:18:41 +02:00
|
|
|
{
|
|
|
|
// TODO: implement
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|