AnalysisRegion.ToRegion, méthode
Mise à jour : November 2007
Retourne la zone du AnalysisRegion comme Region.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink.Analysis (dans Microsoft.Ink.Analysis.dll)
Syntaxe
'Déclaration
Public Function ToRegion As Region
'Utilisation
Dim instance As AnalysisRegion
Dim returnValue As Region
returnValue = instance.ToRegion()
public Region ToRegion()
public:
Region^ ToRegion()
public Region ToRegion()
public function ToRegion() : Region
Valeur de retour
Type : System.Drawing.Region
Zone du AnalysisRegion comme Region (page pouvant être en anglais).
Notes
Region (page pouvant être en anglais) est exprimé selon les coordonnées de l'espace d'entrée manuscrite.
Exemples
Cet exemple montre deux façons d'obtenir la zone représentée par le AnalysisRegion, theSecondAnalysisRegion.
' Get an approximation of the AnalysisRegion as an array of rectangles.
Dim theArea As System.Drawing.Rectangle() = _
theSecondAnalysisRegion.GetRegionScans()
' Get a Region object for the area of the AnalysisRegion.
Dim theRegion As System.Drawing.Region = theSecondAnalysisRegion.ToRegion()
// Get the area of the AnalysisRegion as an array of rectangles.
System.Drawing.Rectangle[] theArea =
theSecondAnalysisRegion.GetRegionScans();
// Get the area of the AnalysisRegion as a region.
System.Drawing.Region theRegion = theSecondAnalysisRegion.ToRegion();
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0