TouchParametersSetOffsetX Method |
Sets the x offset.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetOffsetX(
short offsetX
)
Public Sub SetOffsetX (
offsetX As Short
)
public:
void SetOffsetX(
short offsetX
)
member SetOffsetX :
offsetX : int16 -> unit
Parameters
- offsetX
- Type: SystemInt16
Offset X
See Also