Bitmap.Flags

Bitmap.Flags property

Gets attribute flags for the pixel data of this Image.

public int Flags { get; }

Return Value

The integer representing a bitwise combination of ImageFlags for this Image.

See Also