This override specifies whether the annotation reacts to user input. This takes into account the Hidden, and ReadOnly flags of the underlying PDF definition.

Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
protected override bool IsOver(
	double x,
	double y
)
Visual Basic
Protected Overrides Function IsOver ( _
	x As Double, _
	y As Double _
) As Boolean

Parameters

x
Type: System..::..Double

[Missing <param name="x"/> documentation for "M:TallComponents.Interaction.WinForms.Interactors.Annotations.AnnotationInteractor.IsOver(System.Double,System.Double)"]

y
Type: System..::..Double

[Missing <param name="y"/> documentation for "M:TallComponents.Interaction.WinForms.Interactors.Annotations.AnnotationInteractor.IsOver(System.Double,System.Double)"]

See Also