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