'Declaration Public Overridable Function IsPointOnArea( _
ByVal viewerThe image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal xThe X coordinate, in viewer space.As System.Int32, _
ByVal yThe Y coordinate, in viewer space.As System.Int32 _
) As Boolean
public virtual bool IsPointOnArea(
Vintasoft.Imaging.UI.ImageViewer viewer,
System.Int32 x,
System.Int32 y
)
public: virtual bool IsPointOnArea(
Vintasoft.Imaging.UI.ImageViewer* viewer,
System.Int32 x,
System.Int32 y
)
public:
virtual bool IsPointOnArea(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
System.Int32 x,
System.Int32 y
)
Parameters
- viewer
- The image viewer.
- x
- The X coordinate, in viewer space.
- y
- The Y coordinate, in viewer space.
Return Value
True if point is contained within the interaction area; otherwise, false.