Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi Namespace / Region Class / Clone Method

In This Topic
    Clone Method (Region)
    In This Topic
    Creates an exact copy if this Region object.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Object
    public override object Clone()

    Return Value

    The Region object that this method creates.
    See Also