| Rect Constructor (Double, Double, Double, Double) |
Constructor
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic Rect(
double left,
double top,
double right,
double bottom
)
Public Sub New (
left As Double,
top As Double,
right As Double,
bottom As Double
)
public:
Rect(
double left,
double top,
double right,
double bottom
)
new :
left : float *
top : float *
right : float *
bottom : float -> RectParameters
- left
- Type: SystemDouble
left Coordinate - top
- Type: SystemDouble
top Coordinate - right
- Type: SystemDouble
right Coordinate - bottom
- Type: SystemDouble
bottom Coordinate
See Also