Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 6,838 for

point coloring

(0.09 sec)
  1. Archivio

    Archivio...oggetto della classe Pen con il colore e la dimensione specificati...disegnare Pen penBlue = new Pen(Color.getBlue(), 4); // Disegna una...

    blog.aspose.com/it/drawing/graphics-programming...
  2. 档案

    档案... DrawLine(Pen, Point, Point) // 绘制连接两个 Point 结构的线。 DrawLine(Pen...画出线条 graphics.DrawLine(new Pen(Color.Blue, 2), 10, 10, 900, 10);...

    blog.aspose.com/zh/drawing/draw-lines-in-csharp/
  3. Lưu trữ

    Lưu trữ... DrawLine(Pen, Point, Point) // Vẽ một đường thẳng nối...nối hai cấu trúc Point. DrawLine(Pen, PointF, PointF) // Vẽ một...

    blog.aspose.com/vi/drawing/draw-lines-in-csharp/
  4. TableStyle.alignment property | Aspose.Words fo...

    TableStyle.alignment property. Specifies the alignment for the table style.... color = aspose . pydrawing . Color . blue table_style...tables . PreferredWidth . from_points ( 300 ) table . style = table_style...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 記録

    記録...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/ja/slides/create-powerpoint-pre...
  6. Trabajar con texto en un archivo PS | Python

    Cómo agregar texto en un archivo PS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en Python....para rellenar el texto con el color actual del estado de los gráficos...default or already defined color. In the given case it is black...

    docs.aspose.com/page/es/python-net/ps/working-w...
  7. Working with Text in PS file | Python

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...filling the text with the current color of the graphics state (that...default or already defined color. In the given case it is black...

    docs.aspose.com/page/python-net/ps/working-with...
  8. Archiv

    Archiv...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/cs/drawing/draw-graphics-and-cr...
  9. How to use Number Formats and Format Cells tabs...

    Apply built-in number formats from the format dropdown, then use the full Format Cells dialog tabs for number, alignment, font, border, and fill settings....two related formatting entry points for cells. The format dropdown...Cells . Use one of these entry points: the More Number Formats item...

    docs.aspose.com/cells/net/aspose-cells-gridjs/u...
  10. Add Ellipses to Presentations in Python|Aspose....

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for Python via .NET across PPT, PPTX and ODP presentations—code examples included....Set the Color of the Ellipse using SolidFillColor.Color property...the IShape object. Set the Color of the lines of the Ellipse...

    docs.aspose.com/slides/python-net/ellipse/