Search
DiagramItem.DrawShadow Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: 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
The IGraphics surface to draw the shadow on.
options
A RenderOptions object specifying options for the drawing operation.

 See Also