Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
Size Property
See Also 
Leadtools.WinForms Namespace > RasterMagnifyGlass Class : Size Property




Gets and sets the size of the Magnifying Glass.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Size As Size
Visual Basic (Usage)Copy Code
Dim instance As RasterMagnifyGlass
Dim value As Size
 
instance.Size = value
 
value = instance.Size
C# 
public virtual Size Size {get; set;}
Managed Extensions for C++ 
public: __property virtual Size get_Size();
public: __property virtual void set_Size( 
   Size value
);
C++/CLI 
public:
virtual property Size Size {
   Size get();
   void set (Size value);
}

Return Value

The width and height of the Magnifying Glass.

Example

Refer to RasterMagnifyGlass example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also