Search
IEffectsProvider.GenerateEmboss Method
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

IImage GenerateEmboss (
    Diagram diagram,
    IGraphicsPath path
)

Visual Basic  Copy Code

Function GenerateEmboss( _
    diagram As Diagram, _
    path As IGraphicsPath _
) As IImage

 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

A Microsoft.Maui.Graphics.IImage instance containing the generated emboss mask.

 See Also