Search
FreeFormNode.DrawShadow Method
See Also
 





Draws the shadow of this node on the specified IGraphics surface.

Namespace: MindFusion.Diagramming
Package: 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