Search
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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected RectangleF GetImageRect (
    bool inLocal
)

Visual Basic  Copy Code

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

 Parameters

inLocal

 Return Value

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

 See Also