Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / ICommandSink Interface / DrawGdiMetafile Method

In This Topic
    DrawGdiMetafile Method (ICommandSink)
    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