PdfSharp-GDI  1.31.7289
PdfSharp.Drawing.XGraphics Member List

This is the complete list of members for PdfSharp.Drawing.XGraphics, including all inherited members.

BeginContainer()PdfSharp.Drawing.XGraphics
BeginContainer(Rectangle dstrect, Rectangle srcrect, XGraphicsUnit unit)PdfSharp.Drawing.XGraphics
BeginContainer(RectangleF dstrect, RectangleF srcrect, XGraphicsUnit unit)PdfSharp.Drawing.XGraphics
BeginContainer(XRect dstrect, XRect srcrect, XGraphicsUnit unit)PdfSharp.Drawing.XGraphics
Clear(XColor color)PdfSharp.Drawing.XGraphics
CreateMeasureContext(XSize size, XGraphicsUnit pageUnit, XPageDirection pageDirection)PdfSharp.Drawing.XGraphicsstatic
Dispose()PdfSharp.Drawing.XGraphics
DrawArc(XPen pen, Rectangle rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawArc(XPen pen, RectangleF rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawArc(XPen pen, XRect rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawArc(XPen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)PdfSharp.Drawing.XGraphics
DrawArc(XPen pen, double x, double y, double width, double height, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawBarCode(BarCodes.BarCode barcode, XPoint position)PdfSharp.Drawing.XGraphics
DrawBarCode(BarCodes.BarCode barcode, XBrush brush, XPoint position)PdfSharp.Drawing.XGraphics
DrawBarCode(BarCodes.BarCode barcode, XBrush brush, XFont font, XPoint position)PdfSharp.Drawing.XGraphics
DrawBezier(XPen pen, System.Drawing.Point pt1, System.Drawing.Point pt2, System.Drawing.Point pt3, System.Drawing.Point pt4)PdfSharp.Drawing.XGraphics
DrawBezier(XPen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4)PdfSharp.Drawing.XGraphics
DrawBezier(XPen pen, XPoint pt1, XPoint pt2, XPoint pt3, XPoint pt4)PdfSharp.Drawing.XGraphics
DrawBezier(XPen pen, double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4)PdfSharp.Drawing.XGraphics
DrawBeziers(XPen pen, System.Drawing.Point[] points)PdfSharp.Drawing.XGraphics
DrawBeziers(XPen pen, PointF[] points)PdfSharp.Drawing.XGraphics
DrawBeziers(XPen pen, XPoint[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, System.Drawing.Point[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, PointF[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XPoint[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, System.Drawing.Point[] points, double tension)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, PointF[] points, double tension)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XPoint[] points, double tension)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, System.Drawing.Point[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, PointF[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, XPoint[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, System.Drawing.Point[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, PointF[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, XPoint[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, System.Drawing.Point[] points, XFillMode fillmode, double tension)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, PointF[] points, XFillMode fillmode, double tension)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XBrush brush, XPoint[] points, XFillMode fillmode, double tension)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, System.Drawing.Point[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, PointF[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, XPoint[] points)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, System.Drawing.Point[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, PointF[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, XPoint[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, System.Drawing.Point[] points, XFillMode fillmode, double tension)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, PointF[] points, XFillMode fillmode, double tension)PdfSharp.Drawing.XGraphics
DrawClosedCurve(XPen pen, XBrush brush, XPoint[] points, XFillMode fillmode, double tension)PdfSharp.Drawing.XGraphics
DrawCurve(XPen pen, System.Drawing.Point[] points)PdfSharp.Drawing.XGraphics
DrawCurve(XPen pen, PointF[] points)PdfSharp.Drawing.XGraphics
DrawCurve(XPen pen, XPoint[] points)PdfSharp.Drawing.XGraphics
DrawCurve(XPen pen, System.Drawing.Point[] points, double tension)PdfSharp.Drawing.XGraphics
DrawCurve(XPen pen, PointF[] points, double tension)PdfSharp.Drawing.XGraphics
DrawCurve(XPen pen, XPoint[] points, double tension)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, Rectangle rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, RectangleF rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, XRect rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, int x, int y, int width, int height)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, double x, double y, double width, double height)PdfSharp.Drawing.XGraphics
DrawEllipse(XBrush brush, Rectangle rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XBrush brush, RectangleF rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XBrush brush, XRect rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XBrush brush, int x, int y, int width, int height)PdfSharp.Drawing.XGraphics
DrawEllipse(XBrush brush, double x, double y, double width, double height)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, XBrush brush, Rectangle rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, XBrush brush, RectangleF rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, XBrush brush, XRect rect)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, XBrush brush, int x, int y, int width, int height)PdfSharp.Drawing.XGraphics
DrawEllipse(XPen pen, XBrush brush, double x, double y, double width, double height)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, System.Drawing.Point point)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, PointF point)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, XPoint point)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, int x, int y)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, double x, double y)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, Rectangle rect)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, RectangleF rect)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, XRect rect)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, int x, int y, int width, int height)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, double x, double y, double width, double height)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, Rectangle destRect, Rectangle srcRect, XGraphicsUnit srcUnit)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, RectangleF destRect, RectangleF srcRect, XGraphicsUnit srcUnit)PdfSharp.Drawing.XGraphics
DrawImage(XImage image, XRect destRect, XRect srcRect, XGraphicsUnit srcUnit)PdfSharp.Drawing.XGraphics
DrawLine(XPen pen, System.Drawing.Point pt1, System.Drawing.Point pt2)PdfSharp.Drawing.XGraphics
DrawLine(XPen pen, PointF pt1, PointF pt2)PdfSharp.Drawing.XGraphics
DrawLine(XPen pen, XPoint pt1, XPoint pt2)PdfSharp.Drawing.XGraphics
DrawLine(XPen pen, int x1, int y1, int x2, int y2)PdfSharp.Drawing.XGraphics
DrawLine(XPen pen, double x1, double y1, double x2, double y2)PdfSharp.Drawing.XGraphics
DrawLines(XPen pen, System.Drawing.Point[] points)PdfSharp.Drawing.XGraphics
DrawLines(XPen pen, PointF[] points)PdfSharp.Drawing.XGraphics
DrawLines(XPen pen, XPoint[] points)PdfSharp.Drawing.XGraphics
DrawLines(XPen pen, double x, double y, params double[] value)PdfSharp.Drawing.XGraphics
DrawMatrixCode(BarCodes.MatrixCode matrixcode, XPoint position)PdfSharp.Drawing.XGraphics
DrawMatrixCode(BarCodes.MatrixCode matrixcode, XBrush brush, XPoint position)PdfSharp.Drawing.XGraphics
DrawPath(XPen pen, XGraphicsPath path)PdfSharp.Drawing.XGraphics
DrawPath(XBrush brush, XGraphicsPath path)PdfSharp.Drawing.XGraphics
DrawPath(XPen pen, XBrush brush, XGraphicsPath path)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, Rectangle rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, RectangleF rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, XRect rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, double x, double y, double width, double height, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XBrush brush, Rectangle rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XBrush brush, RectangleF rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XBrush brush, XRect rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XBrush brush, int x, int y, int width, int height, int startAngle, int sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XBrush brush, double x, double y, double width, double height, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, XBrush brush, Rectangle rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, XBrush brush, RectangleF rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, XBrush brush, XRect rect, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, XBrush brush, int x, int y, int width, int height, int startAngle, int sweepAngle)PdfSharp.Drawing.XGraphics
DrawPie(XPen pen, XBrush brush, double x, double y, double width, double height, double startAngle, double sweepAngle)PdfSharp.Drawing.XGraphics
DrawPolygon(XPen pen, System.Drawing.Point[] points)PdfSharp.Drawing.XGraphics
DrawPolygon(XPen pen, PointF[] points)PdfSharp.Drawing.XGraphics
DrawPolygon(XPen pen, XPoint[] points)PdfSharp.Drawing.XGraphics
DrawPolygon(XBrush brush, System.Drawing.Point[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawPolygon(XBrush brush, PointF[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawPolygon(XBrush brush, XPoint[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawPolygon(XPen pen, XBrush brush, System.Drawing.Point[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawPolygon(XPen pen, XBrush brush, PointF[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawPolygon(XPen pen, XBrush brush, XPoint[] points, XFillMode fillmode)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, Rectangle rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, RectangleF rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, XRect rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, int x, int y, int width, int height)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, double x, double y, double width, double height)PdfSharp.Drawing.XGraphics
DrawRectangle(XBrush brush, Rectangle rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XBrush brush, RectangleF rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XBrush brush, XRect rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XBrush brush, int x, int y, int width, int height)PdfSharp.Drawing.XGraphics
DrawRectangle(XBrush brush, double x, double y, double width, double height)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, XBrush brush, Rectangle rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, XBrush brush, RectangleF rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, XBrush brush, XRect rect)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, XBrush brush, int x, int y, int width, int height)PdfSharp.Drawing.XGraphics
DrawRectangle(XPen pen, XBrush brush, double x, double y, double width, double height)PdfSharp.Drawing.XGraphics
DrawRectangles(XPen pen, Rectangle[] rectangles)PdfSharp.Drawing.XGraphics
DrawRectangles(XPen pen, RectangleF[] rectangles)PdfSharp.Drawing.XGraphics
DrawRectangles(XPen pen, XRect[] rectangles)PdfSharp.Drawing.XGraphics
DrawRectangles(XBrush brush, Rectangle[] rectangles)PdfSharp.Drawing.XGraphics
DrawRectangles(XBrush brush, RectangleF[] rectangles)PdfSharp.Drawing.XGraphics
DrawRectangles(XBrush brush, XRect[] rectangles)PdfSharp.Drawing.XGraphics
DrawRectangles(XPen pen, XBrush brush, Rectangle[] rectangles)PdfSharp.Drawing.XGraphics
DrawRectangles(XPen pen, XBrush brush, RectangleF[] rectangles)PdfSharp.Drawing.XGraphics
DrawRectangles(XPen pen, XBrush brush, XRect[] rectangles)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, Rectangle rect, System.Drawing.Size ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, RectangleF rect, SizeF ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, XRect rect, XSize ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, int x, int y, int width, int height, int ellipseWidth, int ellipseHeight)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, double x, double y, double width, double height, double ellipseWidth, double ellipseHeight)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XBrush brush, Rectangle rect, System.Drawing.Size ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XBrush brush, RectangleF rect, SizeF ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XBrush brush, XRect rect, XSize ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XBrush brush, int x, int y, int width, int height, int ellipseWidth, int ellipseHeight)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XBrush brush, double x, double y, double width, double height, double ellipseWidth, double ellipseHeight)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, XBrush brush, Rectangle rect, System.Drawing.Size ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, XBrush brush, RectangleF rect, SizeF ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, XBrush brush, XRect rect, XSize ellipseSize)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, XBrush brush, int x, int y, int width, int height, int ellipseWidth, int ellipseHeight)PdfSharp.Drawing.XGraphics
DrawRoundedRectangle(XPen pen, XBrush brush, double x, double y, double width, double height, double ellipseWidth, double ellipseHeight)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, PointF point)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, XPoint point)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, PointF point, XStringFormat format)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, XPoint point, XStringFormat format)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, double x, double y)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, double x, double y, XStringFormat format)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, RectangleF layoutRectangle)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, XRect layoutRectangle)PdfSharp.Drawing.XGraphics
DrawString(string s, XFont font, XBrush brush, RectangleF layoutRectangle, XStringFormat format)PdfSharp.Drawing.XGraphics
DrawString(string text, XFont font, XBrush brush, XRect layoutRectangle, XStringFormat format)PdfSharp.Drawing.XGraphics
EndContainer(XGraphicsContainer container)PdfSharp.Drawing.XGraphics
FromForm(XForm form)PdfSharp.Drawing.XGraphicsstatic
FromGraphics(Graphics graphics, XSize size)PdfSharp.Drawing.XGraphicsstatic
FromGraphics(Graphics graphics, XSize size, XGraphicsUnit unit)PdfSharp.Drawing.XGraphicsstatic
FromPdfForm(XPdfForm form)PdfSharp.Drawing.XGraphicsstatic
FromPdfPage(PdfPage page)PdfSharp.Drawing.XGraphicsstatic
FromPdfPage(PdfPage page, XGraphicsUnit unit)PdfSharp.Drawing.XGraphicsstatic
FromPdfPage(PdfPage page, XPageDirection pageDirection)PdfSharp.Drawing.XGraphicsstatic
FromPdfPage(PdfPage page, XGraphicsPdfPageOptions options)PdfSharp.Drawing.XGraphicsstatic
FromPdfPage(PdfPage page, XGraphicsPdfPageOptions options, XPageDirection pageDirection)PdfSharp.Drawing.XGraphicsstatic
FromPdfPage(PdfPage page, XGraphicsPdfPageOptions options, XGraphicsUnit unit)PdfSharp.Drawing.XGraphicsstatic
FromPdfPage(PdfPage page, XGraphicsPdfPageOptions options, XGraphicsUnit unit, XPageDirection pageDirection)PdfSharp.Drawing.XGraphicsstatic
GraphicsPdfSharp.Drawing.XGraphics
GraphicsStateLevelPdfSharp.Drawing.XGraphics
InternalsPdfSharp.Drawing.XGraphics
IntersectClip(Rectangle rect)PdfSharp.Drawing.XGraphics
IntersectClip(RectangleF rect)PdfSharp.Drawing.XGraphics
IntersectClip(XRect rect)PdfSharp.Drawing.XGraphics
IntersectClip(XGraphicsPath path)PdfSharp.Drawing.XGraphics
MeasureString(string text, XFont font, XStringFormat stringFormat)PdfSharp.Drawing.XGraphics
MeasureString(string text, XFont font)PdfSharp.Drawing.XGraphics
MFEHPdfSharp.Drawing.XGraphics
MUHPdfSharp.Drawing.XGraphics
MultiplyTransform(XMatrix matrix)PdfSharp.Drawing.XGraphics
MultiplyTransform(XMatrix matrix, XMatrixOrder order)PdfSharp.Drawing.XGraphics
PageDirectionPdfSharp.Drawing.XGraphics
PageOriginPdfSharp.Drawing.XGraphics
PageSizePdfSharp.Drawing.XGraphics
PageUnitPdfSharp.Drawing.XGraphics
PdfPagePdfSharp.Drawing.XGraphics
ResetClip()PdfSharp.Drawing.XGraphics
ResetTransform()PdfSharp.Drawing.XGraphics
Restore(XGraphicsState state)PdfSharp.Drawing.XGraphics
Restore()PdfSharp.Drawing.XGraphics
RotateAtTransform(double angle, XPoint point)PdfSharp.Drawing.XGraphics
RotateAtTransform(double angle, XPoint point, XMatrixOrder order)PdfSharp.Drawing.XGraphics
RotateTransform(double angle)PdfSharp.Drawing.XGraphics
RotateTransform(double angle, XMatrixOrder order)PdfSharp.Drawing.XGraphics
Save()PdfSharp.Drawing.XGraphics
ScaleTransform(double scaleX, double scaleY)PdfSharp.Drawing.XGraphics
ScaleTransform(double scaleX, double scaleY, XMatrixOrder order)PdfSharp.Drawing.XGraphics
ScaleTransform(double scaleXY)PdfSharp.Drawing.XGraphics
ScaleTransform(double scaleXY, XMatrixOrder order)PdfSharp.Drawing.XGraphics
SetClip(Rectangle rect)PdfSharp.Drawing.XGraphics
SetClip(RectangleF rect)PdfSharp.Drawing.XGraphics
SetClip(XRect rect)PdfSharp.Drawing.XGraphics
SetClip(XGraphicsPath path)PdfSharp.Drawing.XGraphics
SetClip(XRect rect, XCombineMode combineMode)PdfSharp.Drawing.XGraphics
SetClip(XGraphicsPath path, XCombineMode combineMode)PdfSharp.Drawing.XGraphics
ShearTransform(double shearX, double shearY)PdfSharp.Drawing.XGraphics
ShearTransform(double shearX, double shearY, XMatrixOrder order)PdfSharp.Drawing.XGraphics
SmoothingModePdfSharp.Drawing.XGraphics
TransformPdfSharp.Drawing.XGraphics
TransformerPdfSharp.Drawing.XGraphics
TranslateTransform(double dx, double dy)PdfSharp.Drawing.XGraphics
TranslateTransform(double dx, double dy, XMatrixOrder order)PdfSharp.Drawing.XGraphics
WriteComment(string comment)PdfSharp.Drawing.XGraphics