In This Topic
The size of the 3D volume.
Syntax
'Declaration
Public Property Extent As System.Windows.Media.Media3D.Point3D
'Usage
Dim instance As DicomVolume
Dim value As System.Windows.Media.Media3D.Point3D
instance.Extent = value
value = instance.Extent
public System.Windows.Media.Media3D.Point3D Extent {get; set;}
public read-write property Extent: System.Windows.Media.Media3D.Point3D;
public function get,set Extent : System.Windows.Media.Media3D.Point3D
public: __property System.Windows.Media.Media3D.Point3D get_Extent();
public: __property void set_Extent(
System.Windows.Media.Media3D.Point3D value
);
public:
property System.Windows.Media.Media3D.Point3D Extent {
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