'Declaration Public Overrides Function IsViewerPointOnArea( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal pPoint, in viewer space.As System.Windows.Point _
) As Boolean
public override bool IsViewerPointOnArea(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
System.Windows.Point p
)
public: bool IsViewerPointOnArea(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
System.Windows.Point p
); override
public:
bool IsViewerPointOnArea(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
System.Windows.Point p
); override
Parameters
- viewer
- The image viewer.
- p
- Point, in viewer space.
Return Value
True if point is contained within the interaction area; otherwise, false.