In This Topic
Controls the positioning of an image display
Syntax
'Declaration
Public Property Scroll As System.Drawing.PointF
'Usage
Dim instance As DicomImage
Dim value As System.Drawing.PointF
instance.Scroll = value
value = instance.Scroll
public System.Drawing.PointF Scroll {get; set;}
public read-write property Scroll: System.Drawing.PointF;
public function get,set Scroll : System.Drawing.PointF
public: __property System.Drawing.PointF get_Scroll();
public: __property void set_Scroll(
System.Drawing.PointF value
);
public:
property System.Drawing.PointF Scroll {
System.Drawing.PointF get();
void set ( System.Drawing.PointF value);
}
Property Value
The offset to use for display
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also