VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprSlice Class / TryGetPointProjectionOnSlice(VintasoftPoint3D,VintasoftPoint) Method
Syntax Requirements SeeAlso
In This Topic
    TryGetPointProjectionOnSlice(VintasoftPoint3D,VintasoftPoint) Method (MprSlice)
    In This Topic
    Tries calcualte the point perspective to the slice.
    Syntax
    'Declaration
    
    Public Function TryGetPointProjectionOnSlice( _
    ByVal point
    The 3D point in MPR cube.
    As Vintasoft.Imaging.VintasoftPoint3D, _
    ByRef projection
    The result projection.
    As Vintasoft.Primitives.VintasoftPoint _
    ) As Boolean
    public: bool TryGetPointProjectionOnSlice(
    Vintasoft.Imaging.VintasoftPoint3D point,
    [PARAMFLAG::Out] Vintasoft.Primitives.VintasoftPoint projection
    )

    Parameters

    point
    The 3D point in MPR cube.
    projection
    The result projection.

    Return Value

    True if the point belongs to the slice; otherwise, false.
    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