In This Topic
Accesses the raw pixel data as a typed array
Syntax
'Declaration
Public Property Pixels As System.Object
'Usage
Dim instance As DicomImage
Dim value As System.Object
instance.Pixels = value
value = instance.Pixels
public System.object Pixels {get; set;}
public read-write property Pixels: System.TObject;
public function get,set Pixels : System.Object
public: __property System.Object* get_Pixels();
public: __property void set_Pixels(
System.Object* value
);
public:
property System.Object^ Pixels {
System.Object^ get();
void set ( System.Object^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also