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