ZoomPanelSetZoomNow Method (Point) |
Sets the zoom area to centerPosition parameter (in the current CenterPositionUnits) and the currently set ZoomFactor. The zoom area is changed immediately regardless of the IsAnimated property.
Namespace:
Ab2d.Controls
Assembly:
Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntaxpublic void SetZoomNow(
Point centerPosition
)
Parameters
- centerPosition
- Type: System.WindowsPoint
center position (in the current CenterPositionUnits)
RemarksSets the zoom area to the currently set CenterPosition and the zoomFactor parameter.
See Also