Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# PDFsharp文档_C#_Pdfsharp - Fatal编程技术网

C# PDFsharp文档

C# PDFsharp文档,c#,pdfsharp,C#,Pdfsharp,是否可以找到PDFsharp库的良好文档 我在谷歌上搜索过,但没有找到任何参考文档 我不知道XGraphics.RotateAtTransform和XGraphics.TranslateTransform如何工作。源代码中包含PDFsharp文档 从源代码创建的帮助文件可在此处找到: XGraphics类实现了与GDI+中的Graphics类相同的功能 因此,有关问题中给出的两种方法的更多信息,请从System.Drawing中搜索有关Graphics.RotateAtTransform和Gr

是否可以找到PDFsharp库的良好文档

我在谷歌上搜索过,但没有找到任何参考文档


我不知道
XGraphics.RotateAtTransform
XGraphics.TranslateTransform
如何工作。

源代码中包含PDFsharp文档

从源代码创建的帮助文件可在此处找到:

XGraphics类实现了与GDI+中的Graphics类相同的功能


因此,有关问题中给出的两种方法的更多信息,请从System.Drawing中搜索有关
Graphics.RotateAtTransform
Graphics.TranslateTransform

PdfSharp和MigraDoc(GDI+版本)的API文档,网址为


在搜索框中输入“xgraphics”以查找有关
xgraphics
类的信息。

在这里,我在google上搜索了你@其他用户,他们在那里使用了它。但它的作用还没有解释!然后玩弄它,弄清楚它是干什么的。给它不同的输入,看看它输出什么。