Returns true when the cursor is over the border of the square.
Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations.MarkupsAssembly: 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
The x position relative to the square markup interactor itself.
- y
- Type: System..::..Double
The y position relative to the square markup interactor itself.