Condividi tramite


Metodo InkAnalyzer.SaveResults (Stream, StrokeCollection)

Aggiornamento: novembre 2007

Salva i risultati dell'analisi per un insieme di tratti specifico associato a un analizzatore dell'input penna.

Spazio dei nomi:  System.Windows.Ink
Assembly:  IAWinFX (in IAWinFX.dll)

Sintassi

'Dichiarazione
Public Sub SaveResults ( _
    stream As Stream, _
    strokes As StrokeCollection _
)
'Utilizzo
Dim instance As InkAnalyzer
Dim stream As Stream
Dim strokes As StrokeCollection

instance.SaveResults(stream, strokes)
public void SaveResults(
    Stream stream,
    StrokeCollection strokes
)
public:
void SaveResults(
    Stream^ stream, 
    StrokeCollection^ strokes
)
public void SaveResults(
    Stream stream,
    StrokeCollection strokes
)
public function SaveResults(
    stream : Stream, 
    strokes : StrokeCollection
)

Parametri

  • stream
    Tipo: System.IO.Stream
    Flusso nel quale vengono salvati i risultati dell'analizzatore dell'input penna.

Note

Questo metodo salva i risultati di analisi correnti per strokes, ma non salva i nodi di contesto associati.

Questo metodo genera un'eccezione quando un tratto presente in strokes è associato a un nodo di contesto che ha il valore true per ContextNode.PartiallyPopulated.

Esempi

In questo esempio vengono salvati tutti i risultati dell'analisi per l'oggetto StrokeCollection denominato selectedStrokes. selectedStrokes sono i tratti assegnati all'oggetto InkAnalyzer (denominato theInkAnalyzer). Un oggetto MemoryStream denominato theSavedResults archivia i risultati dell'analisi salvati.

' Save the results for the selected strokes.
theInkAnalyzer.SaveResults(Me.theSavedResults, Me.selectedStrokes)
// Save the results for the selected strokes.
theInkAnalyzer.SaveResults(this.theSavedResults, this.selectedStrokes);

Piattaforme

Windows Vista

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 3.0

Vedere anche

Riferimenti

InkAnalyzer Classe

Membri InkAnalyzer

Overload SaveResults

Spazio dei nomi System.Windows.Ink