EmfImage

EmfImage constructor (1 of 2)

Start working with EMF images by initializing a new instance of the EmfImage class. Ideal for quickly incorporating EMF images into your projects with ease and efficiency.

public EmfImage()

See Also


EmfImage constructor (2 of 2)

Create a new instance of the EmfImage class by specifying the width and height parameters. This constructor simplifies the process of initializing EMF images with specific dimensions, enhancing the efficiency of your development workflow.

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

See Also