EmfImage

EmfImage constructor (1 of 2)

Initializes a new instance of the EmfImage class.

public EmfImage()

See Also


EmfImage constructor (2 of 2)

Initializes a new instance of the EmfImage class.

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

See Also