Search
DiagramNode.DrawShadow Method
See Also
 





DiagramItem.DrawShadow override. Draws the shadow of this item on the specified IGraphics surface.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void DrawShadow (
    IGraphics graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overrides Sub DrawShadow( _
    graphics As IGraphics, _
    options As RenderOptions _
)

 Parameters

graphics

An IGraphics object where the shadow should be rendered.

options

Provides options for the drawing operation.

 See Also