DisplayCanvasSetZoomCenter Method

CVB.Net Documentation
Sets the attached zoom center property on the given dependency object d.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

[TypeConverterAttribute(typeof(PointConverter))]
public static void SetZoomCenter(
	DependencyObject d,
	Point center
)

Parameters

d
Type: System.WindowsDependencyObject
Dependency object to set attached property on.
center
Type: System.WindowsPoint
Point in the bitmap source which is the center of the zoomed view port. Coordinates are in bitmap pixels.
Remarks

This method makes the attached property accessible from XAML.
See Also

Reference