WmfPlaceableFileHeader::BboxRight Property

 

Gets or sets the x-coordinate of the lower-right corner of the bounding rectangle of the metafile image on the output device.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property short BboxRight {
	short get();
	void set(short value);
}

Property Value

Type: System::Int16

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.

.NET Framework
Available since 1.1
Return to top
Show: