Search
DiagramNode.GetRgnInRect Method
See Also
 





Creates and returns a Region object for this node as though it is contained in the specified rectangle.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual Region GetRgnInRect (
    RectangleF rc,
    bool inLocal
)

Visual Basic  Copy Code

Protected Overridable Function GetRgnInRect( _
    rc As RectangleF, _
    inLocal As Boolean _
) As Region

 Parameters

rc

inLocal

 Return Value

 See Also