Area2DMoveThumbApplyCoordinateRestrictions Method (Double, Double)

CVB.Net Documentation
Make sure the point does not leave the image, if this is desired.

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

protected virtual void ApplyCoordinateRestrictions(
	ref double x,
	ref double y
)

Parameters

x
Type: SystemDouble
Target x coordinate - may be modified by the function call if necessary.
y
Type: SystemDouble
Target y coordinate - may be modified by the function call if necessary.
See Also

Reference