Click or drag to resize

FieldParameterGetTruncatedGridPointCount(ivec2) Method

Returns the size of the truncated table. All rows and columns that are outside the subfield will be omitted.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public ivec2 GetTruncatedGridPointCount(
	out ivec2 startPoint
)

Parameters

startPoint  ivec2
First column / row inside the subfield.

Return Value

ivec2
Number of column / rows inside the subfield.
See Also