WmfPlaceableFileHeader::Hmf Property

 

Gets or sets the handle of the metafile in memory.

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

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

Property Value

Type: System::Int16

The handle of the metafile in memory.

When written to disk, this property is not used and always contains the value 0.

.NET Framework
Available since 1.1
Return to top
Show: