Search
AnchorPoint Constructor (AnchorPoint)
See Also
 





Initializes a new instance of the AnchorPoint class using the specified AnchorPoint as a prototype.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public AnchorPoint (
    AnchorPoint prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As AnchorPoint _
)

 Parameters

prototype

The AnchorPoint to use as a prototype. The properties of the new point are initialized from the property values of this AnchorPoint.

 See Also