Draws this shape on the specified IGraphics surface.
Namespace: MindFusion.DiagrammingAssembly: MindFusion.Diagramming
public void Draw ( IGraphics drawingContext, Brush brush, Pen pen, bool shadow)
Public Sub Draw( _ drawingContext As IGraphics, _ brush As Brush, _ pen As Pen, _ shadow As Boolean _)
The IGraphics to draw the shape on.
A Brush used to fill the shape.
A Pen used to draw the shape outline.
When shadow is true the brush and pen parameters have higher priority over shape's brush and pen.
Draw Method Overload ListShape MembersShape ClassMindFusion.Diagramming Namespace