Returns whether the manipulator object draws in local or global coordinates.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual bool DrawsInLocalCoordinates () |
Visual Basic
Copy Code
|
|---|
Public Overridable Function DrawsInLocalCoordinates () As Boolean |
true if drawn in local coordinates, otherwise, false.
See Also