'Declaration Public Shared Sub Resize( _ ByVal page As ImGearPage, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal options As ImGearInterpolationOptions _ )
'Usage Dim page As ImGearPage Dim width As Integer Dim height As Integer Dim options As ImGearInterpolationOptions ImGearProcessing.Resize(page, width, height, options)
public static void Resize( ImGearPage page, int width, int height, ImGearInterpolationOptions options )
public: static void Resize( ImGearPage* page, int width, int height, ImGearInterpolationOptions* options )
public: static void Resize( ImGearPage^ page, int width, int height, ImGearInterpolationOptions^ options )
Parameters
- page
- Image to resize.
- width
- New image width.
- height
- New image height.
- options
- Interpolation options.