Polygon3DIsPositionOver Method |
LightningChart .NET Help
Is position over polygon.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic override bool IsPositionOver(
int x,
int y,
bool useDIP = false
)
Public Overrides Function IsPositionOver (
x As Integer,
y As Integer,
Optional useDIP As Boolean = false
) As Boolean
public:
virtual bool IsPositionOver(
int x,
int y,
bool useDIP = false
) override
Parameters
- x
- Type: SystemInt32
X coordinate - y
- Type: SystemInt32
Y coordinate - useDIP (Optional)
- Type: SystemBoolean
[Missing <param name="useDIP"/> documentation for "M:Arction.Wpf.Charting.Views.View3D.Polygon3D.IsPositionOver(System.Int32,System.Int32,System.Boolean)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Arction.Wpf.Charting.Views.View3D.Polygon3D.IsPositionOver(System.Int32,System.Int32,System.Boolean)"]
See Also