In This Topic
Defines the coordinates of the curve to represent the curved MPR
Syntax
'Declaration
Public Sub SetCurve( _
ByVal (,) As System.Windows.Media.Media3D.Point3D, _
ByVal As System.Drawing.SizeF _
)
'Usage
Dim instance As DicomImageCurvedMPR
Dim Points() As System.Windows.Media.Media3D.Point3D
Dim Size As System.Drawing.SizeF
instance.SetCurve(Points, Size)
public void SetCurve(
System.Windows.Media.Media3D.Point3D[,] ,
System.Drawing.SizeF
)
public procedure SetCurve(
: System.Windows.Media.Media3D.Point3Darray of;
: System.Drawing.SizeF
);
public function SetCurve(
: System.Windows.Media.Media3D.Point3D[,],
: System.Drawing.SizeF
);
public: void SetCurve(
System.Windows.Media.Media3D.Point3D[,]* ,
System.Drawing.SizeF
)
public:
void SetCurve(
System.Windows.Media.Media3D.array<Point3D>^ ,
System.Drawing.SizeF
)
Parameters
- Points
- User defined points in 3D real world space that are used to define the curved MPR projection
- Size
- Size of the reconstructed output image in mm
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also