Gets the image rectangle from the associated shape template or the node's bounding rectangle if there is no associated shape template.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected Rect GetImageRect ( |
Visual Basic
Copy Code
|
|---|
Protected Function GetImageRect( _ |
A Microsoft.Maui.Graphics.Rect specifying the region inside this node where its associated Image will be rendered.
See Also