Click or drag to resize

ZoomPanelUnregisterCustomContentProvider Method

Unregisters the ZoomPanel control from custom content provider - from now on the ZoomPanel will use ViewboxEx to apply scale and translate transforms to its content

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void UnregisterCustomContentProvider()
Remarks
ZoomPanel is registered to show custom content with RegisterCustomContentProvider method.
See Also