C#
VB
C++
Set the image position of the cell frames based on the corresponding index.
public void SetImagePosition(
int subCellIndex,
Point3D imagePosition,
bool update
)
Public Sub SetImagePosition( _
ByVal subCellIndex As Integer, _
ByVal imagePosition As Leadtools.Medicalviewer.Point3D, _
ByVal update As Boolean _
)
public:
void SetImagePosition(
int subCellIndex,
Leadtools.Medicalviewer.Point3D imagePosition,
bool update
)
subCellIndex
A zero-based index of the sub-cell.
imagePosition
The image position to be set.
update
true to update the cell data based on the newly inserted image position.
For an example, refer to MedicalViewerReferenceLineProperties
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