Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 6,608 for

point coloring

(0.66 sec)
  1. Gérer les objets d'encre de présentation dans ....

    Gérez les objets d'encre PowerPoint — créez, modifiez et stylisez l'encre numérique avec Aspose.Slides pour .NET. Obtenez des exemples de code pour les traces, la couleur et la taille du pinceau....décrivent des séquences de points connectés. La forme la plus...de chaque point d’échantillon. Lorsque tous les points connectés...

    docs.aspose.com/slides/fr/net/manage-ink/
  2. 档案

    档案...定义画笔 Pen penBlue = new Pen(Color.getBlue(), 4); // 画一条曲线 graphics...drawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/zh/drawing/graphics-programming...
  3. Border class | Aspose.Words for Node.js

    Aspose.Words.Border class. Represents a border of an object...Description color Gets or sets the border color. distanceFromText...text or from the page edge in points. isVisible Returns true if...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PreferredWidth.from_percent method | Aspose.Wor...

    PreferredWidth.from_percent method. A creation method that returns a new instance that represents a preferred width specified as a percentage....absolute preferred width based on points: builder . insert_cell () builder...tables . PreferredWidth . from_points ( 40 ) builder . cell_format...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartSeries.smooth property | Aspose.Words for ...

    ChartSeries.smooth property. Allows to specify whether the line connecting the Points on the chart shall be smoothed using Catmull-Rom splines....whether the line connecting the points on the chart shall be smoothed...Shows how to work with data points on a line chart. test ( 'ChartDataPoint'...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Mise à jour de la couche de remplissage PSD en ...

    Exemples d'utilisation de tous les types de calques d'ajustement, y compris Color Fill, Gradient Fill et Pattern Fill...COLOR. Après avoir créé le calque...couleur en utilisant la propriété color de la classe ColorFillSettings...

    docs.aspose.com/psd/fr/fr/python-net/psd-rempli...
  7. آرشیوها

    آرشیوها...کنید 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...
  8. 如何使用 C++ 添加 Polyline 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Polyline 註釋的原始程式碼...), new Point [] { new Point ( 545 , 150 ), new Point ( 545 ,... 190 ), new Point ( 667 , 190 ), new Point ( 667 , 110 ), new...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  9. Travailler avec du textedans PS | Java

    Comment ajouter du texte dans un fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en 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/fr/java/ps/working-with-text/
  10. Archivio

    Archivio...oggetto di classe Pen con il colore e la dimensione specificati...SmoothingMode.AntiAlias; graphics.Clear(Color.White); // Inizializza una penna...

    blog.aspose.com/it/drawing/antialiasing-in-csharp/