CISamplerOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options to conrol sampler operations for CISampler objects.
public class CISamplerOptions
type CISamplerOptions = class
- Inheritance
-
CISamplerOptions
Constructors
CISamplerOptions() |
Creates a new default sampler options argument. |
Properties
AffineMatrix |
Gets or sets the matrix to use for affine transformations. |
ColorSpace |
Gets or sets the color space to which samples are converted before being passed to kernels. |
FilterMode |
Gets or sets the filter mode, which controls whether to do the nearest value or to linearly interpolate the value from the surrounding pixels. |
WrapMode |
Gets or sets the wrapping mode, which controls whether pixels outside of the source image boundary will be clamped to the edge value or be black. |