Struct OdfLayoutBounds
表示高階 builder 版面區塊的公分座標。
public readonly struct OdfLayoutBounds
- Inherited Members
Constructors
OdfLayoutBounds(double, double, double, double)
Performs odf layout bounds. 初始化 OdfLayoutBounds 結構的新執行個體。
public OdfLayoutBounds(double xCm, double yCm, double widthCm, double heightCm)
Parameters
Properties
HeightCm
Gets the HeightCm value. 取得高度(公分)。
public double HeightCm { get; }
Property Value
WidthCm
Gets the WidthCm value. 取得寬度(公分)。
public double WidthCm { get; }
Property Value
XCm
Gets the XCm value. 取得左側位置(公分)。
public double XCm { get; }
Property Value
YCm
Gets the YCm value. 取得上方位置(公分)。
public double YCm { get; }