VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPlanarSlice Class / MprPlanarSlice Constructors / MprPlanarSlice Constructor(VintasoftPoint3D,VintasoftVector3D,VintasoftVector3D,Double,Double)
Syntax Exceptions Requirements SeeAlso
In This Topic
    MprPlanarSlice Constructor(VintasoftPoint3D,VintasoftVector3D,VintasoftVector3D,Double,Double)
    In This Topic
    Initializes a new instance of the MprPlanarSlice class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal location
    The location of the MPR planar slice.
    As Vintasoft.Imaging.VintasoftPoint3D, _
    ByVal xAxis
    The X-axis direction vector of the MPR planar slice.
    As Vintasoft.Imaging.VintasoftVector3D, _
    ByVal yAxis
    The Y-axis direction vector of the MPR planar slice.
    As Vintasoft.Imaging.VintasoftVector3D, _
    ByVal width
    Width of the MPR planar slice.
    As Double, _
    ByVal height
    Height of the MPR planar slice.
    As Double _
    )

    Parameters

    location
    The location of the MPR planar slice.
    xAxis
    The X-axis direction vector of the MPR planar slice.
    yAxis
    The Y-axis direction vector of the MPR planar slice.
    width
    Width of the MPR planar slice.
    height
    Height of the MPR planar slice.
    Exceptions
    ExceptionDescription
    Thrown if X-axis or Y-axis direction vector is not a unit vector.
    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