/// <unmanaged>HRESULT ID2D1CommandSink::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_POINT_2F* targetOffset)</unmanaged> public void DrawGdiMetafile(GdiMetafile gdiMetafile, RawVector2? targetOffset) { DrawGdiMetafile_(gdiMetafile, targetOffset); }
/// <summary> /// No documentation for Direct3D12 /// </summary> /// <param name="gdiMetafile">No documentation.</param> /// <param name="destinationRectangle">No documentation.</param> /// <param name="sourceRectangle">No documentation.</param> /// <returns>No documentation.</returns> /// <include file='.\Documentation\CodeComments.xml' path="/comments/comment[@id='ID2D1CommandSink2::DrawGdiMetafile']/*"/> /// <unmanaged>HRESULT ID2D1CommandSink2::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle)</unmanaged> /// <unmanaged-short>ID2D1CommandSink2::DrawGdiMetafile</unmanaged-short> public void DrawGdiMetafile(GdiMetafile gdiMetafile, RawRectangleF? destinationRectangle, RawRectangleF? sourceRectangle) { DrawGdiMetafile_(gdiMetafile, destinationRectangle, sourceRectangle); }
/// <unmanaged>HRESULT ID2D1CommandSink::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_POINT_2F* targetOffset)</unmanaged> public void DrawGdiMetafile(GdiMetafile gdiMetafile, RawVector2?targetOffset) { DrawGdiMetafile_(gdiMetafile, targetOffset); }
/// <summary> /// No documentation for Direct3D12 /// </summary> /// <param name="gdiMetafile">No documentation.</param> /// <param name="destinationRectangle">No documentation.</param> /// <param name="sourceRectangle">No documentation.</param> /// <returns>No documentation.</returns> /// <include file='.\Documentation\CodeComments.xml' path="/comments/comment[@id='ID2D1CommandSink2::DrawGdiMetafile']/*"/> /// <unmanaged>HRESULT ID2D1CommandSink2::DrawGdiMetafile([In] ID2D1GdiMetafile* gdiMetafile,[In, Optional] const D2D_RECT_F* destinationRectangle,[In, Optional] const D2D_RECT_F* sourceRectangle)</unmanaged> /// <unmanaged-short>ID2D1CommandSink2::DrawGdiMetafile</unmanaged-short> public void DrawGdiMetafile(GdiMetafile gdiMetafile, RawRectangleF?destinationRectangle, RawRectangleF?sourceRectangle) { DrawGdiMetafile_(gdiMetafile, destinationRectangle, sourceRectangle); }