GetIthSubImage

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Retrieves a single MultiScaleSubImage object from within the multiresolution image used by the MultiScaleImage.

retval = object.GetIthSubImage(index)

Arguments

index

integer

The index at which the object should be retrieved.

Return Value

Type: MultiScaleSubImage

A reference to the object if successful; otherwise, null.

Managed Equivalent

SubImages

Applies To

MultiScaleImage