C#
VB
C++
Sets the value that represents the image view perspective.
public void SetImagePerspective(
RasterViewPerspective viewPerspective,
int subCellIndex
)
Public Overloads Sub SetImagePerspective( _
ByVal viewPerspective As Leadtools.RasterViewPerspective, _
ByVal subCellIndex As Integer _
)
public:
void SetImagePerspective(
Leadtools.RasterViewPerspective viewPerspective,
int subCellIndex
)
viewPerspective
Leadtools.RasterViewPerspective enumeration that represents the view perspective to be set.
subCellIndex
A zero-based index of the frame for which to set the view perspective.
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