WpfAnnotationGripsValidateGripMove Method |
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected virtual WpfAnnotationGrip ValidateGripMove(
WpfAnnotationGrip grip,
Point newPosition
)
Protected Overridable Function ValidateGripMove (
grip As WpfAnnotationGrip,
newPosition As Point
) As WpfAnnotationGrip
Parameters
- grip
- Type: Atalasoft.Annotate.WpfWpfAnnotationGrip
The grip being moved. - newPosition
- Type: System.WindowsPoint
The requested new position of the grip.
Return Value
Type:
WpfAnnotationGrip The grip to be moved or null (Nothing in VB) to reject this action.
See Also