GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / MagnifierZoomY Property





In This Topic
MagnifierZoomY Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property MagnifierZoomY As Single
public float MagnifierZoomY {get; set;}
public read-write property MagnifierZoomY: Single; 
public function get,set MagnifierZoomY : float
public: __property float get_MagnifierZoomY();
public: __property void set_MagnifierZoomY( 
   float value
);
public:
property float MagnifierZoomY {
   float get();
   void set (    float value);
}
See Also