Environment.ZoomWindow Method

Zooms to the specified window.
Public Overridable Sub ZoomWindow( _ 
ByVal p1 As Point, _ 
ByVal p2 As Point
)
This language is not supported or no code example is available.
public virtual void ZoomWindow( 
Point p1
Point p2 
)
This language is not supported or no code example is available.

Parameters

p1
Point

Window's diagonal start point in screen coordinates

p2
Point

Window's diagonal end point in screen coordinates

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition