Click or drag to resize

PositionSelectOptionResultRelSelectedLocation Structure

Represents a single, RELATIVE position in the spectrum.
Inheritance Hierarchy
SystemObject
  SystemValueType
    RelaxIS_SDK.Wizard.WizardOptionResultsPositionSelectOptionResultRelSelectedLocation

Namespace: RelaxIS_SDK.Wizard.WizardOptionResults
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public struct RelSelectedLocation

The PositionSelectOptionResultRelSelectedLocation type exposes the following members.

Constructors
 NameDescription
Public methodPositionSelectOptionResultRelSelectedLocation Creates a new RelSelectedLocation object.
Top
Properties
 NameDescription
Public propertyX The relative x position.
Public propertyY The relative y position.
Top
Methods
 NameDescription
Public methodGetAbsolutePosition Converts a relative into an absolute position based on the given PositionSelectOptionResult
Top
Remarks
The values are relative to the Min/Max values defined in the related PositionSelectOptionResult. You can use the GetAbsolutePosition function the convert these into an absolute position.
See Also