Gets or sets the Y offset of the fused image relative to the original image.
public int OffsetY { get; set; }
Public Property OffsetY As Integer
Value that represents the Y offset of the fused image relative to the original image.
The value is scaled to match the scale of the original image, for example, if the image is scaled to 200%, then the amount of shift in Y direction is OffsetX * 2.
For an example, refer to MedicalViewerFusion. Also, please refer the Main fusion demo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET