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