Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Graph Namespaces
Altaxo.Graph.Gdi.Plot
G2DPlotItem Class
G2DPlotItem Methods
ApplyGroupStyles Method
CollectStyles Method
CopyFrom Method
GetDocumentNodeChildrenWithName Method
GetNearestPlotPoint Method
GetNextPlotPoint Method
GetPlotData Method
GetRangesAndPoints Method
HitTest Method
Paint Method
PaintSymbol Method
PrepareGroupStyles Method
SetPlotStyleFromTemplate Method
VisitDocumentReferences Method
G2DPlot
Item
Hit
Test Method
Test wether the mouse hits a plot item.
Namespace:
Altaxo.Graph.Gdi.Plot
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
override
IHitTestObject
?
HitTest
(
IPlotArea
layer
,
PointD2D
hitpoint
)
Parameters
layer
IPlotArea
The layer in which this plot item is drawn into.
hitpoint
PointD2D
The point where the mouse is pressed.
Return Value
IHitTestObject
Null if no hit, or a
IHitTestObject
if there was a hit.
Implements
IGPlotItem
HitTest(IPlotArea, PointD2D)
See Also
Reference
G2DPlotItem Class
Altaxo.Graph.Gdi.Plot Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net