FromWmfImage

WmfRecorderGraphics2D.FromWmfImage method

Gets an instance of the Wmf recorder for the existing Wmf image.

public static WmfRecorderGraphics2D FromWmfImage(WmfImage wmfImage)
ParameterTypeDescription
wmfImageWmfImageThe Wmf image to get a recoreder for.

Return Value

An instance of the WmfRecorderGraphics2D class.

See Also