Field |
The FieldParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyTo | Apply the field size and max angle to a field correction. | |
| Clone | Creates a shallow copy of the field parameter instance. | |
| CopyFrom | Copies all properties. | |
| CopySubfieldFrom | ||
| FieldEquals | Returns true if all fixed field parameters are the same, ignoring user settings like subfield and custom angles. | |
| GetTruncatedGridPointCount(ivec2) | Returns the size of the truncated table. All rows and columns that are outside the subfield will be omitted. | |
| GetTruncatedGridPointCount(Int32, Int32, ivec2) | Returns the size of the truncated table. All rows and columns that are outside the subfield will be omitted. | |
| GetXBounds | Returns the min and max x at the given y position. | |
| GetYBounds | Returns the min and max y at the given x position. | |
| IsInsideField(Int32, Int32) | Returns true if the provided cell is inside the resulting field. | |
| IsInsideField(Int32, Int32, Int32, Int32) | Returns true if the provided cell is inside the resulting field. | |
| ResetSubfield | Resets all properties related to subfield and galvo angles. | |
| SetDefaultsFrom | Sets the field size, sub field size / offset, max angle and dimensions from the field correction. |