Search
InternalUtils.OffsetPath Method
See Also
 





Moves a path by the specified offset.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void OffsetPath (
    GraphicsPath path,
    float dx,
    float dy
)

Visual Basic  Copy Code

Public Shared Sub OffsetPath( _
    path As GraphicsPath, _
    dx As Single, _
    dy As Single _
)

 Parameters

path

dx

dy

 See Also