SignDocSDK Class Library
SignDocSDK Class Library
de.softpro.signdocsdk
Rect Class
Rect Methods
Dispose Method
getHeight Method
getWidth Method
getX1 Method
getX2 Method
getY1 Method
getY2 Method
normalize Method
scale Method
set Method
Rect
set Method
Set the coordinates of the rectangle.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
Copy
public
void
set
(
double
left
,
double
top
,
double
right
,
double
bottom
)
Parameters
left
Type:
System
Double
left Coordinate
top
Type:
System
Double
top Coordinate
right
Type:
System
Double
right Coordinate
bottom
Type:
System
Double
bottom Coordinate
See Also
Reference
Rect Class
de.softpro.signdocsdk Namespace