GraphicsQualityContainerInterpolationMode Property
Gets or sets the algorithm that is used when images are scaled or rotated.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public InterpolationMode InterpolationMode { get; set; }
Public Property InterpolationMode As InterpolationMode
Get
Set
Dim instance As GraphicsQualityContainer
Dim value As InterpolationMode
value = instance.InterpolationMode
instance.InterpolationMode = value
public:
property InterpolationMode InterpolationMode {
InterpolationMode get ();
void set (InterpolationMode value);
}
member InterpolationMode : InterpolationMode with get, set
No code example is currently available or this language may not be supported.
Property Value
InterpolationMode
The algorithm that is used when images are scaled or rotated.