Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / HatchRegion Class / Clone Method

In This Topic
    Clone Method (HatchRegion)
    In This Topic
    Creates a deep copy of this region.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As Object
    public override object Clone()

    Return Value

    The new region object.
    See Also