Search
GraphicsFactory.CreatePath Method (Rectangle)
See Also
 






Creates an IGraphicsPath object from the specified rectangle.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public static IGraphicsPath CreatePath (
    Rectangle rect
)

Visual Basic  Copy Code

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

 Parameters

rect

A Rectangle structure.

 Return Value

An instance of the IGraphicsPath interface.

 See Also