GeneralParametersSetCornerLowerRight Method |
Sets the lower right corner.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetCornerLowerRight(
byte cornerLowerRight
)
Public Sub SetCornerLowerRight (
cornerLowerRight As Byte
)
public:
void SetCornerLowerRight(
unsigned char cornerLowerRight
)
member SetCornerLowerRight :
cornerLowerRight : byte -> unit
Parameters
- cornerLowerRight
- Type: SystemByte
The lower right corner.
See Also