'Declaration Public Overrides 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 override bool IsPointOnArea(
Vintasoft.Imaging.UI.ImageViewer viewer,
System.Int32 x,
System.Int32 y
)
public: bool IsPointOnArea(
Vintasoft.Imaging.UI.ImageViewer* viewer,
System.Int32 x,
System.Int32 y
); override
public:
bool IsPointOnArea(
Vintasoft.Imaging.UI.ImageViewer^ viewer,
System.Int32 x,
System.Int32 y
); override
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.