CSLineIDFromIDandFirstLogicalOffset Method |
Creates an instance from a given template instance and an offset to the first logical value.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static CSLineID FromIDandFirstLogicalOffset(
CSLineID from,
double offset1
)
Parameters
- from CSLineID
- Instance to copy from.
- offset1 Double
- Offset to the first logical value. The value given here is added to the first logical value of the template instance.
Return Value
CSLineIDA new instance.
Remarks If template is using physical values instead of logical values, the offset will have no effect.
See Also