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