#include namespace System { namespace Windows { namespace Media { Brush::Brush() { } Brush::~Brush() { } int Brush::GetType() { // TODO: implement } } } }