WmfPlaceableFileHeader.BboxRight 属性

定义

获取或设置输出设备上图元文件图像的边框右下角的 x 坐标。Gets or sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.

public:
 property short BboxRight { short get(); void set(short value); };
public short BboxRight { get; set; }
member this.BboxRight : int16 with get, set
Public Property BboxRight As Short

属性值

Int16

输出设备上图元文件图像的边框右下角的 x 坐标。The x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.

注解

边框的坐标以缇为单位进行度量。The coordinates of the bounding rectangle are measured in twips.

适用于