AffineMatrix3DItem Property

CVB.Net Documentation
Index access.

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

public double this[
	int row,
	int column
] { get; set; }

Parameters

row
Type: SystemInt32
The row, or "Y" index to get.
column
Type: SystemInt32
The column, or "X" index to get.

Return Value

Type: Double
Value at the specified position.
See Also

Reference