VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPerpendicularMultiSlice Class / GetPropertiesAlongXAxis(Double,Double,VintasoftPoint3D,VintasoftVector3D,VintasoftVector3D) Method
Syntax Requirements SeeAlso
In This Topic
    GetPropertiesAlongXAxis(Double,Double,VintasoftPoint3D,VintasoftVector3D,VintasoftVector3D) Method (MprPerpendicularMultiSlice)
    In This Topic
    Returns the slice properties along X-axis.
    Syntax
    'Declaration
    
    Public Overrides Sub GetPropertiesAlongXAxis( _
    ByVal offset
    The offset along the MPR slice.
    As Double, _
    ByVal segmentLength
    The segment length.
    As Double, _
    ByRef location
    Location of the MPR slice.
    As Vintasoft.Imaging.VintasoftPoint3D, _
    ByRef xAxis
    The X-axis direction vector of the MPR slice.
    As Vintasoft.Imaging.VintasoftVector3D, _
    ByRef yAxis
    The Y-axis direction vector of the MPR slice.
    As Vintasoft.Imaging.VintasoftVector3D _
    )
    public: void GetPropertiesAlongXAxis(
    double offset,
    double segmentLength,
    [PARAMFLAG::Out] Vintasoft.Imaging.VintasoftPoint3D location,
    [PARAMFLAG::Out] Vintasoft.Imaging.VintasoftVector3D xAxis,
    [PARAMFLAG::Out] Vintasoft.Imaging.VintasoftVector3D yAxis
    ); override

    Parameters

    offset
    The offset along the MPR slice.
    segmentLength
    The segment length.
    location
    Location of the MPR slice.
    xAxis
    The X-axis direction vector of the MPR slice.
    yAxis
    The Y-axis direction vector of the MPR slice.
    Requirements

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

    See Also