'Declaration Public Enum InterpolationMode Inherits System.Enum
public enum InterpolationMode : System.Enum
'Declaration Public Enum InterpolationMode Inherits System.Enum
public enum InterpolationMode : System.Enum
Member | Description |
---|---|
Cubic | A bicubic interpolation algorithm. |
Downscale | A resampling algorithm for downscaling by factors greater than 2. |
Linear | A bilinear interpolation algorithm. |
NearestNeighbor | A nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Drawing.InterpolationMode