Search
InternalUtils.OffsetPath Method
See Also
 






Moves a path by the specified offset.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void OffsetPath (
    IGraphicsPath path,
    double dx,
    double dy
)

Visual Basic  Copy Code

Public Shared Sub OffsetPath( _
    path As IGraphicsPath, _
    dx As Double, _
    dy As Double _
)

 Parameters

path

dx

dy

 Remarks

This method supports the MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.

 See Also