OdImage.Width

OdImage.Width property

检索图像的宽度,表示以像素为单位的水平尺寸。此属性提供有关图像尺寸的关键信息,使得渲染、操作和图像数据分析更加精确。

public override int Width { get; }

Property Value

图像宽度。

另请参见