Initializes a new instance of the AnchorPoint class using the specified AnchorPoint as a prototype.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public AnchorPoint ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The AnchorPoint to use as a prototype. The properties of the new point are initialized from the property values of this AnchorPoint.
See Also