Direct2DBorderSampling Enumeration
Specifies how pixels should be sampled in the border area outside the actual image.
Namespace: Lumia.Imaging.Workers.Direct2D
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
| Member name | Value | Description | |
|---|---|---|---|
| Clamp | 0 | Samples outside the image area should map to the closest pixel along the edge of the image area. | |
| Wrap | 1 | Samples outside the image area should be map back into the image area so that the image appears to repeat. | |
| Mirror | 2 | Samples outside the image area should be map back into the image area so that the image appears to be mirrored. |
Show: