ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Factory1 Class / CreateGdiMetafile Method

In This Topic
    CreateGdiMetafile Method
    In This Topic
    Creates a new GdiMetafile object that you can use to replay metafile content.
    Syntax
    'Declaration
     
    Public Function CreateGdiMetafile( _
       ByVal stream As Stream _
    ) As GdiMetafile
    public GdiMetafile CreateGdiMetafile( 
       Stream stream
    )

    Parameters

    stream
    See Also