'Declaration Public Function New( _
ByVal resolutionResolution, in pixels per inch, for image rendering.As Vintasoft.Imaging.Resolution, _
ByVal interpolationModeInterpolation mode for image rendering.As Vintasoft.Imaging.ImageInterpolationMode, _
ByVal smoothingModeSmoothing mode for image rendering.As Vintasoft.Imaging.Drawing.DrawingSmoothingMode _
)
public RenderingSettings(
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.ImageInterpolationMode interpolationMode,
Vintasoft.Imaging.Drawing.DrawingSmoothingMode smoothingMode
)
Parameters
- resolution
- Resolution, in pixels per inch, for image rendering.
- interpolationMode
- Interpolation mode for image rendering.
- smoothingMode
- Smoothing mode for image rendering.