Keysight Pathwave 89600 VSA .NET API
CloseTo(Point) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MarkerCollection Class > CloseTo Method : CloseTo(Point) Method


point
X/Y pixel location.

Glossary Item Box

Return the closest visible marker to the passed pixel location.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function CloseTo( _
   ByVal point As Point _
) As Marker
C# 
public abstract Marker CloseTo( 
   Point point
)
C++/CLI 
public:
abstract Marker^ CloseTo( 
   Point point
) 

Parameters

point
X/Y pixel location.

Return Value

The closest marker, or null if no markers are visible.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also