Search
DiagramNode.DrawShadowLocal Method
See Also
 





Override in a derived class to provide implementation specific drawing for the shadow of the node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void DrawShadowLocal (
    IGraphics graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overridable Sub DrawShadowLocal( _
    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