ThumbnailCreate Method (String, Int32) |
Creates a new thumbnail image from the supplied file and frame index.
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(
string fileName,
int frameIndex
)
Public Function Create (
fileName As String,
frameIndex As Integer
) As AtalaImage
Parameters
- fileName
- Type: SystemString
The name of the file from where the image will be taken. - frameIndex
- Type: SystemInt32
The index of the frame to be loaded.
Return Value
Type:
AtalaImageSee Also