'Declaration Public Function New( _
ByVal horizontalResolutionHorizontal resolution.As Single, _
ByVal verticalResolutionVertical resolution.As Single, _
ByVal interpolationModeInterpolation mode.As Vintasoft.Imaging.ImageInterpolationMode _
)
public ResampleCommand(
float horizontalResolution,
float verticalResolution,
Vintasoft.Imaging.ImageInterpolationMode interpolationMode
)
public: ResampleCommand(
float horizontalResolution,
float verticalResolution,
Vintasoft.Imaging.ImageInterpolationMode interpolationMode
)
public:
ResampleCommand(
float horizontalResolution,
float verticalResolution,
Vintasoft.Imaging.ImageInterpolationMode interpolationMode
)
Parameters
- horizontalResolution
- Horizontal resolution.
- verticalResolution
- Vertical resolution.
- interpolationMode
- Interpolation mode.