Lattice.RemapStrokeId-Methode
Diese Methode unterstützt die InkAnalyzer-Infrastruktur und ist nicht für die direkte Verwendung im Code vorgesehen.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public Function RemapStrokeId ( _
oldId As Integer, _
newId As Integer _
) As Boolean
'Usage
Dim instance As Lattice
Dim oldId As Integer
Dim newId As Integer
Dim returnValue As Boolean
returnValue = instance.RemapStrokeId(oldId, _
newId)
public bool RemapStrokeId(
int oldId,
int newId
)
public:
bool RemapStrokeId(
int oldId,
int newId
)
public boolean RemapStrokeId(
int oldId,
int newId
)
public function RemapStrokeId(
oldId : int,
newId : int
) : boolean
Parameter
- oldId
Typ: System.Int32
- newId
Typ: System.Int32
Rückgabewert
Typ: System.Boolean
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0