Click or drag to resize

WpfPointCollectionInsertItem Method

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void InsertItem(
	int index,
	Point item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: System.WindowsPoint
The object to insert. The value can be null for reference types.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero. -or- index is greater than Count.
See Also