'Declaration
Public Function IsAnnotationVisibleAt( _ ByVal AnnotationIdx As Integer, _ ByVal X As Integer, _ ByVal Y As Integer _ ) As Boolean
public bool IsAnnotationVisibleAt( int AnnotationIdx, int X, int Y )
public function IsAnnotationVisibleAt( AnnotationIdx: Integer; X: Integer; Y: Integer ): Boolean;
public function IsAnnotationVisibleAt( AnnotationIdx : int, X : int, Y : int ) : boolean;
public: bool IsAnnotationVisibleAt( int AnnotationIdx, int X, int Y )
public: bool IsAnnotationVisibleAt( int AnnotationIdx, int X, int Y )
Parameters
- AnnotationIdx
- The 0-based index of the required annotation within the current page of the displayed document. It must be a value from 0 to GetAnnotationCount-1.
- X
- The horizontal (X) coordinate of the required point, in pixels, related to the current GdViewer control space.
- Y
- The vertical (Y) coordinate of the required point, in pixels, related to the current GdViewer control space.
Return Value
true if the specified point is contained within the annotation bounding box, else false.