ICustomBitmapDataRowTItem Property

Gets a reference to the actual underlying buffer element at the specified index. To reinterpret the element type of the underlying buffer use the GetRefAsT(Int32) method instead.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.1.0
C#
ref T this[
	int index
] { get; }

Parameters

index  Int32
The element index of the value withing the current row to obtain.

Return Value

T
A reference to the actual underlying buffer element at the specified index.

See Also