ComponentOne Xamarin.Android
PerformContextClick(Single,Single) Method


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class > PerformContextClick Method : PerformContextClick(Single,Single) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("performContextClick", 
   "(FF)Z", 
   "GetPerformContextClick_FFHandler", 
   ApiSince=24)>
Public Overloads Overridable Function PerformContextClick( _
   ByVal x As Single, _
   ByVal y As Single _
) As Boolean
'Usage
 
Dim instance As C1RadialGauge
Dim x As Single
Dim y As Single
Dim value As Boolean
 
value = instance.PerformContextClick(x, y)
[Android.Runtime.Register("performContextClick", 
   "(FF)Z", 
   "GetPerformContextClick_FFHandler", 
   ApiSince=24)]
public virtual bool PerformContextClick( 
   float x,
   float y
)

Parameters

x
y
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members
Overload List