DiagramItem.DrawShadow override. Draws the shadow of this item on the specified IGraphics surface.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override void DrawShadow ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Sub DrawShadow( _ |
An IGraphics object where the shadow should be rendered.
Provides options for the drawing operation.
See Also