Search
DiagramItem.DrawShadow Method
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public abstract void DrawShadow (
    IGraphics graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public MustOverride 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