Indexer that returns an Int32 offset.
More...
Inherits Vpat.IndexerBase.
|
|
readonly IntPtr * | VpatBasePtr |
| | base pointer for VPAT access (allows us to select x or y vpat by means of the offset
|
| |
|
readonly int | MaxIndex |
| | Maximum allowable index for VPAT access.
|
| |
Indexer that returns an Int32 offset.
◆ this[int index]
| unsafe int this[int index] |
|
getset |
Read/write a VPAT entry.
Be careful when overwriting entries in the VPAT as it may lead to crashes in your application.
- Parameters
-
| index | index of the entry to be read or written |
- Returns
- The VPAT table entry.
- Exceptions
-
| ArgumentOutOfRangeException | If index is out of range. |
| OverflowException | on a 64-bit platform, the value of an entry is too large or too small to represent as a 32-bit signed integer. |