Size Property (DicomDataSet)
In This Topic
The dimensions of the pixel data if present
Syntax
'Declaration
Public ReadOnly Property Size As System.Drawing.Size
'Usage
Dim instance As DicomDataSet
Dim value As System.Drawing.Size
value = instance.Size
public System.Drawing.Size Size {get;}
public read-only property Size: System.Drawing.Size;
public function get Size : System.Drawing.Size
public: __property System.Drawing.Size get_Size();
public:
property System.Drawing.Size Size {
System.Drawing.Size get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also