Search
Shape.CreateOutlineGeometry Method
See Also
 






Creates a PathGeometry corresponding to the shape outline.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PathGeometry CreateOutlineGeometry (
    double w,
    double h,
    GraphicsUnit unit
)

Visual Basic  Copy Code

Public Function CreateOutlineGeometry( _
    w As Double, _
    h As Double, _
    unit As GraphicsUnit _
) As PathGeometry

 Parameters

w

Specifies the shape's width.

h

Specifies the shape's height.

unit

The current measure unit.

 Return Value

A PathGeometry instance.

 See Also