Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 6,618 for

point coloring

(1.66 sec)
  1. Jak dodać Polyline Adnotację za pomocą C++ | As...

    Kod źródłowy do dodawania adnotacji Polyline w pliku PDF na dowolnej platformie z językiem C++...), new Point [] { new Point ( 545 , 150 ), new Point ( 545 ,... 190 ), new Point ( 667 , 190 ), new Point ( 667 , 110 ), new...

    products.aspose.com/pdf/pl/cpp/annotation/polyl...
  2. آرشیوها

    آرشیوها...کنید Pen penBlue = new Pen(Color.getBlue(), 4); // یک منحنی بکشید...drawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/fa/drawing/graphics-programming...
  3. ค้นหา

    ค้นหา...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/th/drawing/draw-graphics-and-cr...
  4. Aspose::Words::Drawing::Charts::ChartStyle enum...

    Aspose::Words::Drawing::Charts::ChartStyle enum. Specifies predefined styles of a chart in C++....muted colors. Saturated 2 A style with more saturated colors. Shaded...shaded data points. Flat 4 A style with flat data points without...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. 아카이브

    아카이브...펜 정의 Pen penBlue = new Pen(Color.Blue, 4); // 곡선 그리기 graphics...DrawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/ko/drawing/graphics-programming...
  6. Arbeiten mit Text in PS-Datei | Java

    Wie man Text in eine PS-Datei einfügt, ist eine Frage, die von der Aspose.Page beantwortet wird. Erfahr wie die Funktionalität in Java nutzen....default or already defined color. In the given case it is black...Blue color. 6 document. fillText (str, font, 50, 150, Color. BLUE...

    docs.aspose.com/page/de/java/ps/working-with-text/
  7. Trabalhar com texto em ficheiro PS | Java

    Como adicionar texto num ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em Java....default or already defined color. In the given case it is black...Blue color. 6 document. fillText (str, font, 50, 150, Color. BLUE...

    docs.aspose.com/page/pt/java/ps/working-with-text/
  8. Аннотация выделений в PDF с использованием C++|...

    Аннотации разметки представлены в тексте как выделения, подчеркивания, зачёркивания или волнистые подчеркивания в тексте документа....highlightAnnotation -> set_Color ( Color :: get_LightGreen ()); auto...strikeOutAnnotation -> set_Color ( Color :: get_Blue ()); auto squigglyAnnotation...

    docs.aspose.com/pdf/ru/cpp/highlights-annotation/
  9. أرشيف

    أرشيف...للرسم Pen penBlue = new Pen(Color.getBlue(), 4); // ارسم منحنى...drawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/ar/drawing/graphics-programming...
  10. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....three others in ordinary double points. Aspose.PDF for Java shows...convex hull of its control points, the points may be graphically displayed...

    docs.aspose.com/pdf/java/add-curve/