SizeF.SizeF
Contents
[
Hide
]SizeF(SizeF)
Initializes a new instance of the SizeF structure from the specified SizeF.
public SizeF(SizeF size)
| Parameter | Type | Description |
|---|---|---|
| size | SizeF | The SizeF from which to create the new SizeF. |
See Also
- struct SizeF
- namespace Aspose.PSD
- assembly Aspose.PSD
SizeF(PointF)
Initializes a new instance of the SizeF structure from the specified PointF.
public SizeF(PointF point)
| Parameter | Type | Description |
|---|---|---|
| point | PointF | The PointF from which to initialize this SizeF. |
See Also
- struct PointF
- struct SizeF
- namespace Aspose.PSD
- assembly Aspose.PSD
SizeF(float, float)
Initializes a new instance of the SizeF structure from the specified dimensions.
public SizeF(float width, float height)
| Parameter | Type | Description |
|---|---|---|
| width | Single | The width component of the new SizeF. |
| height | Single | The height component of the new SizeF. |
See Also
- struct SizeF
- namespace Aspose.PSD
- assembly Aspose.PSD