A means to reduce the time to render images, at the expense of reduced quality
public System.float DownSample {get; set;}
public read-write property DownSample: System.Single;
public function get,set DownSample : System.float
public: __property System.float get_DownSample();
public: __property void set_DownSample(
System.float value
);
public:
property System.float DownSample {
System.float get();
void set ( System.float value);
}
'Declaration
Public Property DownSample As System.Single
'Usage
Dim instance As DicomImage3D
Dim value As System.Single
instance.DownSample = value
value = instance.DownSample
Target Platforms: .NET CLR 4.8 or higher