WmfImage

WmfImage constructor (1 of 2)

Initializes a new instance of the WmfImage class.

public WmfImage()

See Also


WmfImage constructor (2 of 2)

Initializes a new instance of the WmfImage class.

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

See Also