StylusPointCollection.SetItem(Int32, StylusPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the specified StylusPoint at the specified position.
protected:
override void SetItem(int index, System::Windows::Input::StylusPoint stylusPoint);
protected override sealed void SetItem (int index, System.Windows.Input.StylusPoint stylusPoint);
override this.SetItem : int * System.Windows.Input.StylusPoint -> unit
Protected Overrides NotOverridable Sub SetItem (index As Integer, stylusPoint As StylusPoint)
Parameters
- index
- Int32
The position at which to set the StylusPoint.
- stylusPoint
- StylusPoint
The StylusPoint to set at the specified position.
Exceptions
The StylusPointDescription of stylusPoint
is not compatible with the Description property.
index
is greater than the number of StylusPoint objects in the StylusPointCollection.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.