InkAnalyzer.SetStrokeType メソッド
Stroke のストロークの型を変更します。
名前空間 : Microsoft.Ink
アセンブリ : Microsoft.Ink.Analysis (Microsoft.Ink.Analysis.dll 内)
構文
'宣言
Public Sub SetStrokeType ( _
stroke As Stroke, _
strokeType As StrokeType _
)
'使用
Dim instance As InkAnalyzer
Dim stroke As Stroke
Dim strokeType As StrokeType
instance.SetStrokeType(stroke, strokeType)
public void SetStrokeType(
Stroke stroke,
StrokeType strokeType
)
public:
void SetStrokeType(
Stroke^ stroke,
StrokeType strokeType
)
public void SetStrokeType(
Stroke stroke,
StrokeType strokeType
)
public function SetStrokeType(
stroke : Stroke,
strokeType : StrokeType
)
パラメータ
- stroke
型 : Microsoft.Ink.Stroke
strokeType を割り当てるストローク。
- strokeType
型 : Microsoft.Ink.StrokeType
strokes のストロークに割り当てるストロークの型。
解説
ストロークの型が Microsoft.Ink.StrokeType 値 Unspecified の場合、InkAnalyzer はインク分析時にストロークを分類します。それ以外の場合、InkAnalyzer はストロークで設定された型を使用します。
現在ストロークに割り当てられている型を取得するには、InkAnalyzer.GetStrokeType を呼び出します。
例
この例では、InkAnalyzer、theInkAnalyzer に関連付けられた ContextNode、theContextNode のすべてのストロークに StrokeType 値 theStrokeType を割り当てます。
' Iterate through the strokes within the context node and update
' the stroke type of those strokes.
Dim theStroke As Microsoft.Ink.Stroke
For Each theStroke In theContextNode.Strokes
theInkAnalyzer.SetStrokeType(theStroke, theStrokeType)
Next theStroke
// Iterate through the strokes within the context node and update
// the stroke type of those strokes.
foreach (Microsoft.Ink.Stroke theStroke in theContextNode.Strokes)
{
theInkAnalyzer.SetStrokeType(theStroke, theStrokeType);
}
プラットフォーム
Windows Vista
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0