Search
ShapeNode.GetImageRect Method ()
See Also
 





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

 Syntax

C#  Copy Code

protected Rect GetImageRect ()

Visual Basic  Copy Code

Protected Function GetImageRect () As Rect

 Return Value

A Microsoft.Maui.Graphics.Rect specifying the region inside this node where its associated Image will be rendered.

 See Also