IObjectWithSizeF 类
Summary: Represents object with Size which are expressed in real numbers (in inches).
Module: aspose.imaging.interfaces
Full Name: aspose.imaging.interfaces.IObjectWithSizeF
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| height_f | float | r | 获取对象的高度(单位为英寸)。 |
| size_f | SizeF | r | 获取对象的尺寸(单位为英寸)。 |
| width_f | float | r | 获取对象的宽度(单位为英寸)。 |