ImageOverlayCoerceCoordinate Method

CVB.Net Documentation
Ensures correct location handling for (sub)pixel coordinate mode.

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

protected static Object CoerceCoordinate(
	DependencyObject d,
	Object baseValue
)

Parameters

d
Type: System.WindowsDependencyObject
Dependency property which is coerced.
baseValue
Type: SystemObject
Input value.

Return Value

Type: Object
Coerced value.
See Also

Reference