Search
IEffectsProvider.GenerateEmboss Method
See Also
 





Generates an emboss mask for the shape defined by the specified path.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

Bitmap GenerateEmboss (
    Diagram diagram,
    GraphicsPath path
)

Visual Basic  Copy Code

Function GenerateEmboss( _
    diagram As Diagram, _
    path As GraphicsPath _
) As Bitmap

 Parameters

diagram

A reference to a Diagram object containing the shape whose emboss mask is being generated.

path

A GraphicsPath that represents of the shape outline.

 Return Value

An instance of the .NET Bitmap class containing the generated emboss mask.

 See Also