'Declaration Public Function FindAnnotationView( _
ByVal pointThe point in device-independent pixels (1/96th inch).As System.Drawing.PointF _
) As AnnotationView
public AnnotationView FindAnnotationView(
System.Drawing.PointF point
)
public: AnnotationView* FindAnnotationView(
System.Drawing.PointF point
)
public:
AnnotationView^ FindAnnotationView(
System.Drawing.PointF point
)
Parameters
- point
- The point in device-independent pixels (1/96th inch).
Return Value
An annotation if object is found; otherwise, null.