VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPolylineSlice Class / SetReferencePointsInWorldSpace(VintasoftPoint3D[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SetReferencePointsInWorldSpace(VintasoftPoint3D[]) Method (MprPolylineSlice)
    In This Topic
    Updates the ReferencePoints with the 3D points in the word (MPR image) coordinates.
    Syntax
    'Declaration
    
    Public Overridable Sub SetReferencePointsInWorldSpace( _
    ByVal ParamArray points
    3D point in world (MPR image) space.
    () As Vintasoft.Imaging.VintasoftPoint3D _
    )
    public virtual void SetReferencePointsInWorldSpace(
    params Vintasoft.Imaging.VintasoftPoint3D[] points
    )
    public: virtual void SetReferencePointsInWorldSpace(
    params Vintasoft.Imaging.VintasoftPoint3D[]* points
    )
    public:
    virtual void SetReferencePointsInWorldSpace(
    ... array<Vintasoft.Imaging.VintasoftPoint3D>^ points
    )

    Parameters

    points
    3D point in world (MPR image) space.
    Exceptions
    ExceptionDescription
    Thrown if points 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