void DrawRectangle(const Rect &position, Brush *background)
Draws simple rectangle.
void DrawEllipse(const Rect &position, Brush *background)
Context passed to rendering functions.
Definition: DrawingContext.h:22
~DrawingContext()=default
void DrawRoundedRectangle(const Rect &position, Brush *background, Brush *border, const DirectX::XMFLOAT4 &borderWidth, const DirectX::XMFLOAT4 &corners)
Draws rectangle with rounded corenders.