Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 4,852 for

point coloring

(0.33 sec)
  1. Aspose.Cells 9.0.0 da Genel API Değişiklikleri|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Color = System . Drawing . Color . Red ; textbox...foreach ( ChartPoint point in series . Points ) { // Detect if ChartPoint...

    docs.aspose.com/cells/tr/net/public-api-changes...
  2. Convert AMF to U3D via C# | products.aspose.com

    Sample code for AMF to U3D C# conversion. Use API example code for batch AMF files to U3D conversion within VB.NET, Asp.NET or any .NET based application....information such as geometry, color and material of the objects...the lateral does not support color, materials, lattices, and constellations...

    products.aspose.com/3d/net/conversion/amf-to-u3d/
  3. Erstellen Sie eine Panorama ansicht der 3D-Szen...

    Mit Aspose.3D for Python via .NET API können Entwickler eine Panorama ansicht der 3D-Szene rendern und diese Ansicht in den unterstützten Bildformaten speichern....pydrawing import Color import aspose.threed as a3d...a3d . entities . LightType . POINT ) . transform . set_translation...

    docs.aspose.com/3d/de/python-net/render-a-panor...
  4. Insert Sparklines in Excel using C#

    This article provides a guide on how to insert sparklines in Excel using C#. It has IDE settings, steps, and a sample code to display sparklines charts using C#....range, row, and column Create a color using Workbook.CreateCellsColor()...sparkline to the group and set its color before saving the resultant...

    kb.aspose.com/cells/net/insert-sparklines-in-ex...
  5. Convert U3D to STL via C# | products.aspose.com

    Sample code for U3D to STL C# conversion. Use API example code for batch U3D files to STL conversion within VB.NET, Asp.NET or any .NET based application....motion data, lines and points with color and structure. The format...perpendicular direction and three points representing the vertices of...

    products.aspose.com/3d/net/conversion/u3d-to-stl/
  6. Note sulla versione di Aspose.PSD per .NET 20.1...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....convertire PSD in altri modelli di colore/Profondità di bit senza salvarli...rectangle , byte [] data , Point start , Point end ) { Array . Copy...

    docs.aspose.com/psd/it/net/aspose-psd-per-net-2...
  7. TextPath.Size | Aspose.Words for .NET

    Discover the TextPath Size property, easily customize font size in Points for enhanced readability and design flexibility in your projects....Defines the size of the font in points. public double Size { get ;..."Arial" , 480 , 24 , Color . White , Color . Black , ShapeType...

    reference.aspose.com/words/net/aspose.words.dra...
  8. PDF에 텍스트 주석 사용하기|Aspose.PDF for .NET

    Aspose.PDF for .NET를 사용하면 PDF 문서에서 텍스트 주석을 추가, 가져오기 및 삭제할 수 있습니다.... Point ( 556 , 99 ), new Aspose . Pdf . Point ( 556 ,...= "John Smith" , Color = Aspose . Pdf . Color . Red , Width =...

    docs.aspose.com/pdf/ko/net/text-annotation/
  9. ChartYValueCollection | Aspose.Words for Java

    Represents a collection of Y values for a chart series in Java....format of all data points. // Data points and data values are...maxValueIndex = i; } } // Change colors of the max and min values....

    reference.aspose.com/words/java/com.aspose.word...
  10. 添加矩形对象到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建一个矩形对象。...float width , float height , Color color , int zindex ) { // 创建与矩形对象指定尺寸相同的图形对象...FillColor = color ; // 图形对象的颜色 rect . GraphInfo . Color = color ; //...

    docs.aspose.com/pdf/zh/cpp/add-rectangle/