C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / ScrollBy Method


In This Topic
ScrollBy Method (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("scrollBy", 
   "(II)V", 
   "GetScrollBy_IIHandler")>
Public Overridable Sub ScrollBy( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
 
'Usage
 
Dim instance As C1VectorIcon
Dim x As Integer
Dim y As Integer
 
instance.ScrollBy(x, y)

Parameters

x
y
See Also