WmfImage

WmfImage constructor (1 of 2)

Create a new instance of the WmfImage class, initializing it for further manipulation and processing of Windows Metafile (WMF) image data. This constructor provides a foundational object for working with WMF images, enabling seamless integration of WMF image handling capabilities into your application’s functionality.

public WmfImage()

See Also


WmfImage constructor (2 of 2)

Instantiate a new instance of the WmfImage class with customizable width and height parameters, facilitating the creation of blank WMF images tailored to specific dimensions. Utilize this constructor to dynamically generate WMF images with precise dimensions, enabling flexible image creation and manipulation within your application.

public WmfImage(int width, int height)
ParameterTypeDescription
widthInt32The width.
heightInt32The height.

See Also