DrawingContext Class
namespace Noesis
Describes visual content using draw, push, and pop commands during UIElement OnRender.
Methods
Name | Description |
---|---|
DrawGeometry | Draws the specified Geometry using the specified Brush and Pen |
DrawImage | Draws an image into the region defined by the specified Rect |
DrawText | Draws formatted text at the specified location |
Pop | Pops the last opacity mask, opacity, clip, effect, or transform operation that was pushed onto the drawing context |
PushClip | Pushes the specified clip region onto the drawing context |
PushTransform | Pushes the specified Transform onto the drawing context |
Properties
DrawingContext has no properties
Events
DrawingContext has no events
Table of Contents