'Declaration Protected Overridable Sub PerformZooming( _
ByVal newZoomThe new zoom value.As Single, _
ByVal anchorPointThe anchor point in image viewer space.As System.Drawing.PointF _
)
protected virtual void PerformZooming(
float newZoom,
System.Drawing.PointF anchorPoint
)
protected: virtual void PerformZooming(
float newZoom,
System.Drawing.PointF anchorPoint
)
protected:
virtual void PerformZooming(
float newZoom,
System.Drawing.PointF anchorPoint
)
Parameters
- newZoom
- The new zoom value.
- anchorPoint
- The anchor point in image viewer space.