Search
Rect.Clone Method
See Also
 





Returns a copy of this rectangle.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Rect Clone ()

Visual Basic  Copy Code

Public Function Clone () As Rect

 Return Value

A Rect instance with same coordinates as this rectangle.

 See Also