'Declaration Public Function FindAction( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal locationThe point on image, in pixels.As System.Drawing.PointF _
) As Vintasoft.Imaging.Metadata.PageContentActionMetadata
public Vintasoft.Imaging.Metadata.PageContentActionMetadata FindAction(
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.PointF location
)
public: Vintasoft.Imaging.Metadata.PageContentActionMetadata* FindAction(
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.PointF location
)
public:
Vintasoft.Imaging.Metadata.PageContentActionMetadata^ FindAction(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.PointF location
)
Parameters
- image
- The image.
- location
- The point on image, in pixels.
Return Value
The action if action is found; otherwise, null.