SizeF constructor
Contents
[
Hide
]init
Constructs a new instance of SizeF
def __init__(self):
...
init
Initializes a new instance of the SizeF
structure from the specified SizeF
.
def __init__(self, size):
...
Parameter | Type | Description |
---|---|---|
size | SizeF | The SizeF from which to create the new SizeF . |
init
Initializes a new instance of the SizeF
structure from the specified PointF
.
def __init__(self, point):
...
Parameter | Type | Description |
---|---|---|
point | PointF | The PointF from which to initialize this SizeF . |
init
Initializes a new instance of the SizeF
structure from the specified dimensions.
def __init__(self, width, height):
...
Parameter | Type | Description |
---|---|---|
width | float | The width component of the new SizeF . |
height | float | The height component of the new SizeF . |
See Also
- module
aspose.cad
- class
PointF
- class
SizeF