ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CommandSink Interface / DrawGdiMetafile Method

In This Topic
    DrawGdiMetafile Method (CommandSink)
    In This Topic
    HRESULT ID2D1CommandSink::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_POINT_2F* targetOffset)
    Syntax
    'Declaration
     
    Sub DrawGdiMetafile( _
       ByVal gdiMetafile As GdiMetafile, _
       ByVal targetOffset As System.Nullable(Of Point2F) _
    ) 
    void DrawGdiMetafile( 
       GdiMetafile gdiMetafile,
       System.Nullable<Point2F> targetOffset
    )

    Parameters

    gdiMetafile
    targetOffset
    See Also