Generates a shadow for the shape defined by the specified path.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
Syntax
C#
Copy Code
|
---|
Bitmap GenerateShadow ( Diagram diagram, GraphicsPath path, int dispersion, Brush brush ) |
Visual Basic
Copy Code
|
---|
Function GenerateShadow( _ diagram As Diagram, _ path As GraphicsPath, _ dispersion As Integer, _ brush As Brush _ ) As Bitmap |
Parameters
Return Value
See Also