Generates an emboss mask for the shape defined by the specified path.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
Bitmap GenerateEmboss ( |
Visual Basic
Copy Code
|
|---|
Function GenerateEmboss( _ |
A reference to a Diagram object containing the shape whose emboss mask is being generated.
A GraphicsPath that represents of the shape outline.
An instance of the .NET Bitmap class containing the generated emboss mask.
See Also