Table of Contents

Enum GenericImage.PixelStrategy

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

Enumerates known pixel strategies used in the generic images.

public enum GenericImage.PixelStrategy

Fields

Pixels = 0

Access to Pixels is faster.

RgbData = 1

Access to RgbData is faster.