Interface IObjectWithSizeF

Interface IObjectWithSizeF

名称: Aspose.Imaging.Interfaces 收藏: Aspose.Imaging.dll (25.4.0)

代表具有尺寸的对象,以真实数字(英寸)表达。

public interface IObjectWithSizeF

Properties

高F

接收物体高度,在英寸。

float HeightF { get; }

财产价值

float

西雅图

接收物体大小,在英寸。

SizeF SizeF { get; }

财产价值

SizeF

WidthF

接收对象的宽度,在英寸。

float WidthF { get; }

财产价值

float

 中文