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 () As Rect |
A Rectangle specifying the region inside this node where its associated Image will be rendered.
See Also