In This Topic
Opacity values for individual images
Syntax
'Declaration
Public Property OpacityValues As System.Collections.Generic.IEnumerable(Of Single)
'Usage
Dim instance As DicomImageFusion
Dim value As System.Collections.Generic.IEnumerable(Of Single)
instance.OpacityValues = value
value = instance.OpacityValues
public System.Collections.Generic.IEnumerable<float> OpacityValues {get; set;}
public read-write property OpacityValues: System.Collections.Generic.IEnumerable;
public function get,set OpacityValues : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<float>* get_OpacityValues();
public: __property void set_OpacityValues(
System.Collections.Generic.IEnumerable<float>* value
);
public:
property System.Collections.Generic.IEnumerable<float>^ OpacityValues {
System.Collections.Generic.IEnumerable<float>^ get();
void set ( System.Collections.Generic.IEnumerable<float>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also