VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools Namespace / WpfDicomMprTool Class / CreateMprImageTool(MprImage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateMprImageTool(MprImage) Method (WpfDicomMprTool)
    In This Topic
    Creates the WpfMprImageTool, 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 WpfMprImageTool
    protected virtual WpfMprImageTool CreateMprImageTool(
    Vintasoft.Imaging.Dicom.Mpr.MprImage mprImage
    )
    protected: virtual WpfMprImageTool* CreateMprImageTool(
    Vintasoft.Imaging.Dicom.Mpr.MprImage* mprImage
    )
    protected:
    virtual WpfMprImageTool^ 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