In This Topic
The centre point of the 3D volume, in real world coordinates
Syntax
'Declaration
Public Property Centre As System.Windows.Media.Media3D.Point3D
'Usage
Dim instance As DicomVolume
Dim value As System.Windows.Media.Media3D.Point3D
instance.Centre = value
value = instance.Centre
public System.Windows.Media.Media3D.Point3D Centre {get; set;}
public read-write property Centre: System.Windows.Media.Media3D.Point3D;
public function get,set Centre : System.Windows.Media.Media3D.Point3D
public: __property System.Windows.Media.Media3D.Point3D get_Centre();
public: __property void set_Centre(
System.Windows.Media.Media3D.Point3D value
);
public:
property System.Windows.Media.Media3D.Point3D Centre {
System.Windows.Media.Media3D.Point3D get();
void set ( System.Windows.Media.Media3D.Point3D value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also