Search
GraphicsFactory.CreatePath Method (Rect)
See Also
 






Creates an IGraphicsPath object from the specified rectangle.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static IGraphicsPath CreatePath (
    Rect rect
)

Visual Basic  Copy Code

Public Shared Function CreatePath( _
    rect As Rect _
) As IGraphicsPath

 Parameters

rect

A Rectangle structure.

 Return Value

An instance of the IGraphicsPath interface.

 See Also