LinearAccessDataTItem Property

CVB.Net Documentation
Gets or sets the the pixel value at [x,y].

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

public T this[
	int x,
	int y
] { get; set; }

Parameters

x
Type: SystemInt32
X component of coordinate.
y
Type: SystemInt32
Y component of coordinate.

Return Value

Type: T
The value at [x,y].
Remarks

This is convenience functionality and not fast as this requires generic marshaling.

Attention: This access is unchecked regarding out-of-range violations!

See Also

Reference