 | PathPointsCollectionItem Property |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FS_PATHPOINTF this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As FS_PATHPOINTF
Get
Set
public:
virtual property FS_PATHPOINTF default[int index] {
FS_PATHPOINTF get (int index) sealed;
void set (int index, FS_PATHPOINTF value) sealed;
}abstract Item : FS_PATHPOINTF with get, set
override Item : FS_PATHPOINTF with get, set
/** @property */
public final FS_PATHPOINTF get_Item(
int index
)
/** @property */
public final void set_Item(FS_PATHPOINTF 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_PATHPOINTFThe
FS_PATHPOINTF at the specified index.
Implements
IListTItemInt32
See Also