Set the coordinates of the rectangle.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void set(
double left,
double top,
double right,
double bottom
)
Public Sub set (
left As Double,
top As Double,
right As Double,
bottom As Double
)
public:
void set(
double left,
double top,
double right,
double bottom
)
member set :
left : float *
top : float *
right : float *
bottom : float -> unit
Parameters
- left
- Type: SystemDouble
left Coordinate - top
- Type: SystemDouble
top Coordinate - right
- Type: SystemDouble
right Coordinate - bottom
- Type: SystemDouble
bottom Coordinate
See Also