'Declaration Public Shared Function CreateThumbnail( _ ByVal page As ImGearPage, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal options As ImGearInterpolationOptions _ ) As ImGearPage
'Usage Dim page As ImGearPage Dim width As Integer Dim height As Integer Dim options As ImGearInterpolationOptions Dim value As ImGearPage value = ImGearProcessing.CreateThumbnail(page, width, height, options)
public static ImGearPage CreateThumbnail( ImGearPage page, int width, int height, ImGearInterpolationOptions options )
public: static ImGearPage* CreateThumbnail( ImGearPage* page, int width, int height, ImGearInterpolationOptions* options )
public: static ImGearPage^ CreateThumbnail( ImGearPage^ page, int width, int height, ImGearInterpolationOptions^ options )
Parameters
- page
- Source image from which the thumbnail is created.
- width
- Width of the thumbnail.
- height
- Height of the thumbnail.
- options
- Interpolation options.
Return Value
New thumbnail image.