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

 Syntax

C#  Copy Code

protected RectangleF GetImageRect ()

Visual Basic  Copy Code

Protected Function GetImageRect () As RectangleF

 Return Value

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

 See Also