'Declaration Public Sub ZoomToRectangle( _
ByVal destRectThe destination rectangle in image space.As System.Windows.Rect _
)
public void ZoomToRectangle(
System.Windows.Rect destRect
)
public: void ZoomToRectangle(
System.Windows.Rect* destRect
)
public:
void ZoomToRectangle(
System.Windows.Rect^ destRect
)
Parameters
- destRect
- The destination rectangle in image space.