Click or drag to resize

ZoomPanelCustomContentProviderDelegate Delegate

Delegate declaration used for to register ZoomPanel to show custom content.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public delegate UIElement CustomContentProviderDelegate(
	Rect ,
	Rect ,
	double ,
	Size 
)

Parameters

Type: System.WindowsRect
Type: System.WindowsRect
Type: SystemDouble
Type: System.WindowsSize

Return Value

Type: UIElement
Custom content as UIElement that will be shown by the ZoomPanel
Remarks
ZoomPanel is registered to show custom content with RegisterCustomContentProvider method.
See Also