MindFusion.Wpf Pack Programmer's Guide
Shape.Draw Method
See Also
 





Draws this shape on the specified DrawingContext surface.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Draw (
    DrawingContext drawingContext,
    Brush brush,
    Pen pen,
    double orientation
)

Visual Basic  Copy Code

Public Sub Draw( _
    drawingContext As DrawingContext, _
    brush As Brush, _
    pen As Pen, _
    orientation As Double _
)

 Parameters

drawingContext
The DrawingContext surface to draw the shape on.
brush
A Brush used to fill the shape.
pen
A Pen used to draw the shape outline.
orientation

Orientation angle to apply to the shape geometry.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming.Wpf Namespace