StylusPointCollection.InsertItem(Int32, StylusPoint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した StylusPoint を StylusPointCollection 内の指定した位置に挿入します。
protected:
override void InsertItem(int index, System::Windows::Input::StylusPoint stylusPoint);
protected override sealed void InsertItem (int index, System.Windows.Input.StylusPoint stylusPoint);
override this.InsertItem : int * System.Windows.Input.StylusPoint -> unit
Protected Overrides NotOverridable Sub InsertItem (index As Integer, stylusPoint As StylusPoint)
パラメーター
- index
- Int32
StylusPoint を挿入する位置。
- stylusPoint
- StylusPoint
StylusPointCollection に挿入する StylusPoint。
例外
stylusPoint
の StylusPointDescription は、Description プロパティと互換性がありません。
index
が、StylusPoint の StylusPointCollection オブジェクトの数以上です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET