WmfPlaceableFileHeader.BboxLeft 属性

定义

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

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

属性值

Int16

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

注解

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

适用于