Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 6,710 for

point coloring

(0.27 sec)
  1. إضافة تعليق تمييز PDF باستخدام C#|Aspose.PDF fo...

    تعلم كيفية إضافة تعليق تمييز إلى مستندات PDF في .NET باستخدام Aspose.PDF لتأكيد النص ومراجعته...."Aspose User" , Color = Aspose . Pdf . Color . LightGreen };..."Aspose User" , Color = Aspose . Pdf . Color . Blue }; var squigglyAnnotation...

    docs.aspose.com/pdf/ar/net/highlights-annotation/
  2. Arşiv

    Arşiv...tanımlayın Pen penBlue = new Pen(Color.getBlue(), 4); // Bir eğri çiz...drawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/tr/drawing/graphics-programming...
  3. Archiv

    Archiv...Stift Pen penBlue = new Pen(Color.Blue, 4); // Zeichne eine Kurve...DrawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/de/drawing/graphics-programming...
  4. PDF 하이라이트 주석|Aspose.PDF for Java

    마크업 주석은 문서의 텍스트에 하이라이트, 밑줄, 취소선 또는 물결 밑줄로 표시됩니다.... setColor ( Color . getLightGreen ()); StrikeOutAnnotation...strikeOutAnnotation . setColor ( Color . getBlue ()); SquigglyAnnotation...

    docs.aspose.com/pdf/ko/java/highlights-annotation/
  5. Архів

    Архів...малювання Pen penBlue = new Pen(Color.getBlue(), 4); // Намалюйте...drawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/uk/drawing/graphics-programming...
  6. arkiv

    arkiv...rita Pen penBlue = new Pen(Color.Blue, 4); // Rita en kurva graphics...DrawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/sv/drawing/graphics-programming...
  7. PDF Highlights Annotation using C++|Aspose.PDF ...

    Las anotaciones de marcado se presentan en el texto como resaltados, subrayados, tachados o subrayados irregulares en el texto de un documento.... Puede cambiar el color, la opacidad, el autor y el...property is used to set the color, opacity, author, theme, modifiedDate...

    docs.aspose.com/pdf/es/cpp/highlights-annotation/
  8. Chercher

    chercher...solid_fill_color.color = drawing.Color.blue tbl.rows[row][cell]...fill_format.solid_fill_color.color= drawing.Color.blue tbl.rows[row][cell]...

    blog.aspose.com/fr/slides/create-powerpoint-pre...
  9. ארכיון

    ארכיון...FromImage(bitmap); Pen pen = new Pen(Color.Blue, 2); graphics.DrawArc(pen...FromImage(bitmap); Pen pen = new Pen(Color.Blue, 2); PointF p1 = new PointF(0...

    blog.aspose.com/he/drawing/draw-graphics-and-cr...
  10. Archiv

    Archiv...DrawLine(Pen, Point, Point) // Zeichnet eine Linie, die zwei Point-Strukturen...Linien graphics.DrawLine(new Pen(Color.Blue, 2), 10, 10, 900, 10);...

    blog.aspose.com/de/drawing/draw-lines-in-csharp/