Makes the shape node as big as the image it displays.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void ResizeToFitImage () |
Visual Basic
Copy Code
|
|---|
Public Sub ResizeToFitImage () |
RemarksCall this method to make a shape node exactly the same size as the image it contains.
See Also