Search
IZoomTarget Members
Properties Methods Events
 


Specifies the capabilities required by ZoomControl from its target controls.

The following tables list the members exposed by the IZoomTarget type.

 Public Properties

  Name Description

IsDrawing

Gets or sets a value indicating whether the zoom target is currently being painted by the zoom control.

 Public Methods

  Name Description

GetScrollX

Gets the horizontal scroll position.

GetScrollY

Gets the vertical scroll position.

GetZoomLevel

Gets the current zoom level.

ScrollTo

Scrolls to specified point.

SetScrollX

Sets the horizontal scroll position.

SetScrollY

Sets the vertical scroll position.

SetZoomLevel

Sets a new zoom level.

 Public Events

  Name Description

ViewChanged

Raised to notify that the target view has changed.

ZoomLevelChanged

Raised to notify that the target's zoom level has changed.

 See Also