'宣言 Public Enum InterpolationMode Inherits System.Enum
public enum InterpolationMode : System.Enum
'宣言 Public Enum InterpolationMode Inherits System.Enum
public enum InterpolationMode : System.Enum
| メンバ | 解説 |
|---|---|
| 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