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