ComponentOne Bitmap for UWP
CreateGdiMetafile Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Factory1 Class : CreateGdiMetafile Method
Creates a new GdiMetafile object that you can use to replay metafile content.
Syntax
'Declaration
 
Public Function CreateGdiMetafile( _
   ByVal stream As System.IO.Stream _
) As GdiMetafile
public GdiMetafile CreateGdiMetafile( 
   System.IO.Stream stream
)

Parameters

stream
See Also

Reference

Factory1 Class
Factory1 Members