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