DisplayZoomCenter Property

CVB.Net Documentation
Gets/sets the zoom center.

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

[TypeConverterAttribute(typeof(PointConverter))]
public Point ZoomCenter { get; set; }

Property Value

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

Implements

IDisplayZoomCenter
See Also

Reference