ThumbnailCreate Method (AtalaImage) |
Creates a new thumbnail image from the supplied image.
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AtalaImage Create(
AtalaImage image
)
Public Function Create (
image As AtalaImage
) As AtalaImage
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The name of the file from where the image will be taken.
Return Value
Type:
AtalaImageSee Also