 | PdfLinePointCollectionTRemoveAt Method |
Removes the
FS_POINTF at the specified index.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
public final void RemoveAt(
int index
)
function RemoveAt(index);
Parameters
- index Int32
- The zero-based index of the FS_POINTF to remove.
Implements
IListTRemoveAt(Int32)
See Also