Returns the horizontal offset in pixels from the origin to the ROI (region of interest) of the selected preset (see OffsetX).
Name  | 
UEyeImageFormatPresetOffsetX[UEyeImageFormatPresetSelector]  | 
Category  | 
|
Interface  | 
Integer  | 
Access  | 
Read  | 
Unit  | 
-  | 
Visibility  | 
Guru  | 
Values  | 
-  | 
Standard  | 
IDS  | 
Availability uEye+  | 
-  | 
Availability uEye  | 
  | 
Code example
C++
// Determine the current UEyeImageFormatPresetOffsetX
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("UEyeImageFormatPresetOffsetX")->Value();
C#
// Determine the current UEyeImageFormatPresetOffsetX
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("UEyeImageFormatPresetOffsetX").Value();
Python
# Determine the current UEyeImageFormatPresetOffsetX (int)
value = nodeMapRemoteDevice.FindNode("UEyeImageFormatPresetOffsetX").Value()