Search
IGraphicsFactory.CreatePath Method (Rect)
See Also
 






Creates an IGraphicsPath object from the specified rectangle.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

IGraphicsPath CreatePath (
    Rect rect
)

Visual Basic  Copy Code

Function CreatePath( _
    rect As Rect _
) As IGraphicsPath

 Parameters

rect

A Rectangle structure.

 Return Value

An instance of the IGraphicsPath interface.

 See Also