AnalysisRegion.Clone Method
Creates a copy of the AnalysisRegion.
Namespace: System.Windows.Ink
Assembly: IAWinFX (in IAWinFX.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: System.Windows.Ink.AnalysisRegion
A copy of the AnalysisRegion.
Examples
This example clones an existing AnalysisRegion, named theFirstAnalysisRegion.
' Create a copy of an AnalysisRegion.
Dim theFirstAnalysisRegionCopy As AnalysisRegion = theFirstAnalysisRegion.Clone()
// Create a copy of an AnalysisRegion.
AnalysisRegion theFirstAnalysisRegionCopy =
theFirstAnalysisRegion.Clone();
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
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