ICustomBitmapDataRow Interface
Represents a low-level custom accessor to a bitmap data row.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public interface ICustomBitmapDataRow
Public Interface ICustomBitmapDataRow
public interface class ICustomBitmapDataRow
type ICustomBitmapDataRow = interface end
GetRefAsT |
Gets a reference to a value interpreted as T within the current row at the specified x index.
|
UnsafeGetRefAsT |
Gets a reference to a value interpreted as T within the current row at the specified x index.
This method is similar to GetRefAsT(Int32) but it does not check whether x is valid for RowSize and the size of T.
It may provide a better performance but if x is invalid, then memory can be either corrupted or an AccessViolationException can be thrown.
|