←Select platform

OffsetY Property

Summary

Gets or sets the Y offset of the fused image relative to the original image.

Syntax

C#
VB
C++
public int OffsetY { get; set; } 
  
Public Property OffsetY As Integer 
             
            public: 
property int OffsetY { 
   int get(); 
   void set (    int ); 
} 
             

Property Value

Value that represents the Y offset of the fused image relative to the original image.

Remarks

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.

Example

For an example, refer to MedicalViewerFusion. Also, please refer the Main fusion demo.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly