DisplayRestrictZoomPositions Property

CVB.Net Documentation
Set the current state of the zoom restriction mode. When set to true, the display automatically applies a restriction to the possible center locations of the display zoom so that it cannot happen that a zoomed display consists of up to 75% background when zooming into one of the image's corners. This also means that when ZoomCenter is being set, the value of the ZoomCenter that can be read back may not actually be the position that has just been set.

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

[DefaultValueAttribute(true)]
public bool RestrictZoomPositions { get; set; }

Property Value

Type: Boolean
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this display has already been disposed.
See Also

Reference