Thumbnail.Create 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)
Syntaxpublic AtalaImage Create(
AtalaImage image
)
Public Function Create (
image As AtalaImage
) As AtalaImage
Parameters
- image
- Type: Atalasoft.Imaging.AtalaImage
The name of the file from where the image will be taken.
Return Value
Type:
AtalaImage
See Also