TouchParametersSetOffsetY Method  | 
 
            Sets the y offset.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetOffsetY(
	short offsetY
)
Public Sub SetOffsetY ( 
	offsetY As Short
)
public:
void SetOffsetY(
	short offsetY
)
member SetOffsetY : 
        offsetY : int16 -> unit 
Parameters
- offsetY
 - Type: SystemInt16
Offset Y 
See Also