ImagePlaneCollectionItem Property

CVB.Net Documentation
Indexed access to the individual plane information.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public ImagePlane this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the plane to be accessed

Return Value

Type: ImagePlane
Plane information object
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the index is invalid
ObjectDisposedExceptionIf the parent image has already been disposed of
See Also

Reference