Click or drag to resize

DbImageSourceGetImageNumAndFrame Method

Caclulates the image number and frame number given an image source index.

Namespace:  Atalasoft.Imaging.ImageSources
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void GetImageNumAndFrame(
	int index,
	out int imageNum,
	out int frame
)

Parameters

index
Type: SystemInt32
The index of the image in the image source.
imageNum
Type: SystemInt32
The image index in the source that contains this image.
frame
Type: SystemInt32
The frame number within the image that contains the image data for the given image.
See Also