| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal size As Size, _ ByVal scaleFactor As Double _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public MagnifyGlass( Size size, double scaleFactor ) | |
| C++/CLI | |
|---|---|
public: MagnifyGlass( Size size, double scaleFactor ) | |
Parameters
- size
- Determines the width and height for the Magnifying Glass.
- scaleFactor
- Determines the zoom in factor for the Magnifying Glass.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family