DisplayCanvasGetZoomCenter Method

CVB.Net Documentation
Gets the attached zoom center property from 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 Point GetZoomCenter(
	DependencyObject d
)

Parameters

d
Type: System.WindowsDependencyObject
Dependency object to get attached property from.

Return Value

Type: Point
Point in the bitmap source which is the center of the zoomed ViewportHeight port. Coordinates are in bitmap pixels.
Remarks

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

Reference