Margin constructor
Contents
[
Hide
]init
Initializes a new instance of the Margin
class.
def __init__(self):
...
init
Initializes a new instance of the Margin
class.
def __init__(self, any_margin):
...
Parameter | Type | Description |
---|---|---|
any_margin | int | Any margin size. |
init
Initializes a new instance of the Margin
class.
def __init__(self, any_margin):
...
Parameter | Type | Description |
---|---|---|
any_margin | Length | Any margin size. |
init
Initializes a new instance of the Margin
class.
def __init__(self, left, top, right, bottom):
...
Parameter | Type | Description |
---|---|---|
left | int | The left size. |
top | int | The top size. |
right | int | The right size. |
bottom | int | The bottom size. |
init
Initializes a new instance of the Margin
class.
def __init__(self, left, top, right, bottom):
...
Parameter | Type | Description |
---|---|---|
left | Length | The left size. |
top | Length | The top size. |
right | Length | The right size. |
bottom | Length | The bottom size. |
See Also
- module
aspose.svg.drawing
- class
Margin