MAUI Pack Programmer's Guide
ShapeNode.GetImageRect Method (Boolean)
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 (
    bool inLocal
)

Visual Basic  Copy Code

Protected Function GetImageRect( _
    inLocal As Boolean _
) As Rect

 Parameters

inLocal

 Return Value

A Rectangle specifying the region inside this node where its associated Image will be rendered.

 See Also

GetImageRect Method Overload List
ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace