FieldParameterGetTruncatedGridPointCount(Int32, Int32, ivec2) Method |
Returns the size of the truncated table. All rows and columns that are outside the subfield will be omitted.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic ivec2 GetTruncatedGridPointCount(
int columns,
int rows,
out ivec2 startPoint
)
Parameters
- columns Int32
- Number of the tables columns.
- rows Int32
- Number of the tables rows.
- startPoint ivec2
- First column / row inside the subfield.
Return Value
ivec2Number of column / rows inside the subfield.
See Also