SKBitmapResizeMethod Enum

Definition

Caution

This API is now deprecated.

public enum SKBitmapResizeMethod
[System.Obsolete]
public enum SKBitmapResizeMethod
Inheritance
SKBitmapResizeMethod
Attributes

Fields

Box 0

Use the box interpolated filter (Shrink: average color; Grow: pixel replication).

Hamming 3

Use the Hamming windowed Sinc filter (cosine bell variant).

Lanczos3 2

Use the Lanczos windowed Sinc filter.

Mitchell 4

Use the Mitchell cubic filter.

Triangle 1

Use the box triangle or bilinear filter.

Applies to