Enum D2D1BitmapInterpolationMode
Specifies the algorithm that is used when images are scaled or rotated.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1BitmapInterpolationMode
Fields
| Name | Description |
|---|---|
| Linear | Linear filtering. |
| NearestNeighbor | Nearest Neighbor filtering. Also known as nearest pixel or nearest point sampling. |