Sdílet prostřednictvím


AnalysisRegion.Clone Method

Creates a copy of the AnalysisRegion.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Syntax

'Declaration
Public Function Clone As AnalysisRegion
'Usage
Dim instance As AnalysisRegion 
Dim returnValue As AnalysisRegion 

returnValue = instance.Clone()
public AnalysisRegion Clone()
public:
AnalysisRegion^ Clone()
public function Clone() : AnalysisRegion

Return Value

Type: Microsoft.Ink.AnalysisRegion
A copy of the AnalysisRegion.

Examples

This example clones an existing AnalysisRegion, theFirstAnalysisRegion.

' Create a copy of an AnalysisRegion. 
Dim theFirstAnalysisRegionCopy As Microsoft.Ink.AnalysisRegion = _
    theFirstAnalysisRegion.Clone()
          // Create a copy of an AnalysisRegion.
            Microsoft.Ink.AnalysisRegion theFirstAnalysisRegionCopy =
                theFirstAnalysisRegion.Clone();

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

AnalysisRegion Class

AnalysisRegion Members

Microsoft.Ink Namespace