C#
VB
C++
Gets the current coordinates of the image.
public Point2D GetOffset(
int subCellIndex
)
Public Overloads Function GetOffset( _
ByVal subCellIndex As Integer _
) As Leadtools.Medicalviewer.Point2D
public:
Leadtools.Medicalviewer.Point2D GetOffset(
int subCellIndex
)
subCellIndex
Zero-based index of sub-cell that contains the image whose position will be retrieved.
A Point2D object representing the current coordinates of the image.
for an example, refer to SetOffset(int32,double,double)
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