LimitedOverlayAOISetRestrictedFringe Method

CVB.Net Documentation
Sets the RestrictedFringe property to the given overlay.

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

public static void SetRestrictedFringe(
	ImageOverlay overlay,
	Thickness value
)

Parameters

overlay
Type: Stemmer.Cvb.Wpf.OverlaysImageOverlay
Overlay to set the property on.
value
Type: System.WindowsThickness
Fringe as Thickness as seen from the borders of the overlayed image.
Remarks

Setting a non-0 fringe will restrict the overlay's coordinate properties.
See Also

Reference