Table of Contents

Method DrawGdiMetafile

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

DrawGdiMetafile(IGdiMetafile, RectFloat, in RectFloat?)

void DrawGdiMetafile(IGdiMetafile gdiMetafile, RectFloat destinationRectangle, in RectFloat? sourceRectangle)

Parameters

gdiMetafile IGdiMetafile
destinationRectangle RectFloat
sourceRectangle RectFloat?

DrawGdiMetafile(IGdiMetafile, Point2Float?)

void DrawGdiMetafile(IGdiMetafile gdiMetafile, Point2Float? targetOffset)

Parameters

gdiMetafile IGdiMetafile
targetOffset Point2Float?