Sets the left most edge.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetX1(
ushort x1
)
Public Sub SetX1 (
x1 As UShort
)
public:
void SetX1(
unsigned short x1
)
member SetX1 :
x1 : uint16 -> unit
Parameters
- x1
- Type: SystemUInt16
The left most edge.
See Also