Click or drag to resize

FileSystemImageSourceGetFrameNumber Method

Return the frame index of an image in the FileSystemImageSource.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int GetFrameNumber(
	int index
)

Parameters

index
Type: SystemInt32
The index of the image in the ImageSource.

Return Value

Type: Int32
The frame index of the image.
Exceptions
ExceptionCondition
Thrown if the index is invalid for the FileSystemImageSource.
See Also