RenderedSize Property (DicomImage)
Returns the Image display size in output (normally screen) coordinates
public virtual System.Drawing.Size RenderedSize {get;}
public read-only property RenderedSize: System.Drawing.Size; virtual;
public function get RenderedSize : System.Drawing.Size
public: __property virtual System.Drawing.Size get_RenderedSize();
public:
virtual property System.Drawing.Size RenderedSize {
System.Drawing.Size get();
}
'Declaration
Public Overridable ReadOnly Property RenderedSize As System.Drawing.Size
'Usage
Dim instance As DicomImage
Dim value As System.Drawing.Size
value = instance.RenderedSize
Target Platforms: .NET CLR 4.8 or higher