Corners constructor
Leave feedback
On this page
Initializes a new instance of Corners class using zero values.
def __init__(self):
...
Initializes a new instance of the Corners class using the supplied value for all corners.
def __init__(self, all):
...
| Parameter | Type | Description |
|---|---|---|
| all | float | The value to be used for padding for all corners. |
Initializes a new instance of the Corners class using the supplied values.
def __init__(self, top_left, top_right, bottom_left, bottom_right):
...
| Parameter | Type | Description |
|---|---|---|
| top_left | float | Top left corner value. |
| top_right | float | Top right corner value. |
| bottom_left | float | Bottom left corner value. |
| bottom_right | float | Bottom right corner value. |
- module
groupdocs.signature.domain - class
Corners
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.