MindFusion WinForms Programmer's Guide
InternalUtils.SetCenter Method
See Also
 





Centers a rectangle on specified point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static RectangleF SetCenter (
    RectangleF rect,
    PointF point
)

Visual Basic  Copy Code

Public Shared Function SetCenter( _
    rect As RectangleF, _
    point As PointF _
) As RectangleF

 Parameters

rect

point

 Return Value

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace