Gets or sets the X offset of the fused image relative to the the original image.
public int OffsetX {get; set;}
'Declaration
Public Property OffsetX As Integer
'Usage
Dim instance As MedicalViewerFusion
Dim value As Integer
instance.OffsetX = value
value = instance.OffsetX
public:
property int OffsetX {
int get();
void set ( int value);
}
Property Value
Value that represents the X offset of the fused image relative to the the original image.
For an example, refer to
MedicalViewerFusion. Also, please refer the Main fusion demo.