LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Size Property

Show in webframe





Gets or sets the size of the Magnifying Glass.
Syntax
public virtual Size Size {get; set;}
'Declaration
 
Public Overridable Property Size As Size
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As Size
 
instance.Size = value
 
value = instance.Size

            

            
public:
virtual property Size Size {
   Size get();
   void set (    Size value);
}

Property Value

The width and height of the Magnifying Glass.
Example
Refer to RasterMagnifyGlass example.
Requirements

Target Platforms

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.