'Declaration Public Sub Show( _ ByVal offsetX As System.Double, _ ByVal offsetY As System.Double _ )
'Usage Dim instance As TouchToolbar Dim offsetX As System.Double Dim offsetY As System.Double instance.Show(offsetX, offsetY)
Parameters
- offsetX
- The X offset.
- offsetY
- The Y offset.