VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / DicomMprTool Class / CreateMprImageTool(MprImage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateMprImageTool(MprImage) Method (DicomMprTool)
    In This Topic
    Creates the MprImageTool, which is used for navigating between slices in MPR image and rotating the focused MPR slice in 2D and 3D space.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateMprImageTool( _
    ByVal mprImage
    The MPR image.
    As Vintasoft.Imaging.Dicom.Mpr.MprImage _
    ) As MprImageTool
    protected virtual MprImageTool CreateMprImageTool(
    Vintasoft.Imaging.Dicom.Mpr.MprImage mprImage
    )
    protected: virtual MprImageTool* CreateMprImageTool(
    Vintasoft.Imaging.Dicom.Mpr.MprImage* mprImage
    )
    protected:
    virtual MprImageTool^ CreateMprImageTool(
    Vintasoft.Imaging.Dicom.Mpr.MprImage^ mprImage
    )

    Parameters

    mprImage
    The MPR image.

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if mprImage is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also