Search
Rect.SetCenter Method
See Also
 





Moves this rectangle so that its center coincides with specified point.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public void SetCenter (
    Point point
)

Visual Basic  Copy Code

Public Sub SetCenter( _
    point As Point _
)

 Parameters

point

The point where rectangle's center should be located.

 See Also