ImagePlaneTryGetLinearAccess Method (LinearAccessData)

CVB.Net Documentation
Attempt a linear access on the plane's pixels.

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

public bool TryGetLinearAccess(
	out LinearAccessData access
)

Parameters

access
Type: Stemmer.CvbLinearAccessData
Data structure receiving the values for accessing the pixels

Return Value

Type: Boolean
true if linear access is possible, false otherwise.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf Parent has already been disposed
Remarks

This function scans the image's VPAT for the possibility to access the individual pixels with linear increments in x and y direction. If either of the VPATs are jumbled, it will return false, otherwise the values in access can be used to calculate the address of each pixel.
See Also

Reference