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

point coloring

(0.17 sec)
  1. 아카이브

    아카이브...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/ko/drawing/draw-graphics-and-cr...
  2. Excel Specifications and Limits|Documentation

    In this article, find all workbook, worksheet, and feature specifications and limits. In Excel 2010, the maximum worksheet size is 1,048,576 rows by 16,384 columns....255 characters Row height 409 points Page breaks 1,026 horizontal...is 1 sheet) Colors in a workbook 16 million colors (32 bit with...

    docs.aspose.com/cells/net/excel-specifications-...
  3. Python を使用したプレゼンテーションでのチャート データ ラベルの管理|Aspose.S...

    PowerPoint と OpenDocument のプレゼンテーションで、Aspose.Slides for Python via .NET を使用してチャート データ ラベルを追加および書式設定し、より魅力的なスライドを作成する方法を学びます。... data_points [ k ] . value . data for i...data_points )): data_point_percent = series . data_points [ j...

    docs.aspose.com/slides/ja/python-net/chart-data...
  4. 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...
  5. Aspose::Words::Drawing::Charts::ChartShapeType ...

    Aspose::Words::Drawing::Charts::ChartShapeType enum. Specifies the shape type of chart elements in C++....Seal4 47 Four pointed star. Seal6 48 Six pointed star. Seal7 49...49 Seven pointed star. Seal8 50 Eight pointed star. Seal10 51...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Düğüm hiyerarşisini ekleyin ve 3D sahnesinin bi...

    Aspose.3D for Java has support of building a hierarchy of Nodes. The Node is basic building block of 3D scene and a hierarchy of nodes defines the logical structure of 3D scene, and provide visible content by attaching geometries, lights, and cameras to nodes....createMeshUsingPolyg (); // Point node to the mesh cube1 . setEntity...createChildNode ( "cube2" ); // Point node to the mesh cube2 . setEntity...

    docs.aspose.com/3d/tr/java/add-node-hierarchy-a...
  7. Lưu trữ

    Lưu trữ...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/vi/slides/create-powerpoint-pre...
  8. 档案

    档案...定义要绘制的 Pen Pen penBlue = new Pen(Color.Blue, 4); // 画一条曲线 graphics...DrawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),...

    blog.aspose.com/zh/drawing/graphics-programming...
  9. آرشیوها

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

    blog.aspose.com/fa/drawing/graphics-programming...
  10. Робота з текстом у файлі PS | Java

    Як додати textt у файл PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати функції в 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/uk/java/ps/working-with-text/