 | PdfLinePointCollectionTItem Property |
Gets or sets the
FS_POINTF at the specified index
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_POINTF this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As FS_POINTF
Get
Set
public:
virtual property FS_POINTF default[int index] {
FS_POINTF get (int index) sealed;
void set (int index, FS_POINTF value) sealed;
}
abstract Item : FS_POINTF with get, set
override Item : FS_POINTF with get, set
/** @property */
public final FS_POINTF get_Item(
int index
)
/** @property */
public final void set_Item(FS_POINTF value)
function get_Item(index);
function set_Item(value);
Parameters
- index Int32
- The zero-based index of the element to get or set.
Return Value
FS_POINTFThe
FS_POINTF at the specified index.
Implements
IListTItemInt32
See Also