 | PdfLinePointCollectionTInsert Method |
Inserts a
FS_POINTF to the collection at the specified index.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void Insert(
int index,
FS_POINTF item
)
Public Sub Insert (
index As Integer,
item As FS_POINTF
)
public:
virtual void Insert(
int index,
FS_POINTF item
) sealed
abstract Insert :
index : int *
item : FS_POINTF -> unit
override Insert :
index : int *
item : FS_POINTF -> unit
public final void Insert(
int index,
FS_POINTF item
)
function Insert(index, item);
Parameters
- index Int32
- The zero-based index at which FS_POINTF should be inserted.
- item FS_POINTF
- The FS_POINTF to insert into the collection.
Implements
IListTInsert(Int32, T)
See Also