This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectsRubberband.OnZoomed Method

Raises the Zoomed event.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Protected Overrides Sub OnZoomed ( _
	e As EventArgs _
)
C#
protected override void OnZoomed(
	EventArgs e
)

Parameters

e

Type: System.EventArgs

The EventArgs object that contains the event data.

See Also

Reference