In This Topic
Controls the magnification of an image display
Syntax
'Declaration
Public Property Zoom As System.Single
'Usage
Dim instance As DicomImage
Dim value As System.Single
instance.Zoom = value
value = instance.Zoom
public System.float Zoom {get; set;}
public read-write property Zoom: System.Single;
public function get,set Zoom : System.float
public: __property System.float get_Zoom();
public: __property void set_Zoom(
System.float value
);
public:
property System.float Zoom {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also