Table of Contents

Interface ILockImageBits

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Contains methods and properties which allow to lock/unlock image pixels and to get pixel format.

public interface ILockImageBits

Properties

AlphaType

Gets type of the alpha component.

BitsFormat

Gets ImageBitsFormatKind which identifies pixel format.

Height

Gets image height.

Width

Gets image width.

Methods

GetStride()

Gets row stride.

LockBits()

Locks image pixels.

UnlockBits()

Unlocks image pixels.