CGImagePropertyPngFilters Enum

Definition

Enumerates the style of a PNG compression filter.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum CGImagePropertyPngFilters
type CGImagePropertyPngFilters = 
Inheritance
CGImagePropertyPngFilters
Attributes

Fields

Average 64
No 0
None 8
Paeth 128
Sub 16
Up 32

Applies to