ImagePlaneGetLinearAccess Method

CVB.Net Documentation
Gets linear access to the plane's pixels.

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

public LinearAccessData GetLinearAccess()

Return Value

Type: LinearAccessData
data structure with the values for accessing the pixels
Exceptions

ExceptionCondition
FormatExceptionIf the plane's pixels are not accessible linearly
ObjectDisposedExceptionIf Parent has already been disposed
Remarks

See TryGetLinearAccess(LinearAccessData). Unlike TryGetLinearAccess(LinearAccessData), GetLinearAccess will throw an exception if linear access is not possible on this plane.
See Also

Reference