Click or drag to resize

FieldParameterIsInsideField(Int32, Int32) Method

Returns true if the provided cell is inside the resulting field.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public bool IsInsideField(
	int column,
	int row
)

Parameters

column  Int32
Column of the cell to query.
row  Int32
Row of the cell to query.

Return Value

Boolean
True if the provided cell is inside the resulting field.
See Also