Corners Constructor (Double) |
Initializes a new instance of the Corners class using the supplied value for all corners.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic Corners(
double all
)
Public Sub New (
all As Double
)
public:
Corners(
double all
)
new :
all : float -> Corners
Parameters
- all
- Type: SystemDouble
The value to be used for padding for all corners.
See Also