Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 6,370 for

point coloring

(0.73 sec)
  1. 3D sahnesinin panorama görünümünü oluşturun|Doc...

    Aspose.3D for Python via .NET API kullanarak, geliştiriciler 3D sahnesinin panorama görünümünü oluşturabilir ve bu görünümü desteklenen görüntü formatlarına kaydedebilir....pydrawing import Color import aspose.threed as a3d...a3d . entities . LightType . POINT ) . transform . set_translation...

    docs.aspose.com/3d/tr/python-net/render-a-panor...
  2. Aspose::Words::TableStyle::get_BottomPadding me...

    Aspose::Words::TableStyle::get_BottomPadding method. Gets or sets the amount of space (in Points) to add below the contents of table cells in C++....sets the amount of space (in points) to add below the contents...Col ( System :: Drawing :: Color :: get_AntiqueWhite ()); tableStyle...

    reference.aspose.com/words/cpp/aspose.words/tab...
  3. Aspose::Words::TableStyle::get_RightPadding met...

    Aspose::Words::TableStyle::get_RightPadding method. Gets or sets the amount of space (in Points) to add to the right of the contents of table cells in C++....sets the amount of space (in points) to add to the right of the...Col ( System :: Drawing :: Color :: get_AntiqueWhite ()); tableStyle...

    reference.aspose.com/words/cpp/aspose.words/tab...
  4. Arsip

    Arsip...All, Color.Green); graph.Border = borderInfo;...0, 90); arc1.GraphInfo.Color = Color.GreenYellow; graph.Shapes...

    blog.aspose.com/id/pdf/create-graphs-and-charts...
  5. Working with Shapes in PostScript | .NET

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...steps will be the same, but points 5 and 6 will be: Set the stroke... SetPaint ( new SolidBrush(Color. Orange )); 16 //Fill the rectangle...

    docs.aspose.com/page/net/ps/working-with-shapes/
  6. ค้นหา

    ค้นหา...AddPolygon(new Point[] { new Point(100, 400), new Point(500, 100)...100), new Point(900, 400), new Point(500, 700) }); // เริ่มต้นภูมิภาค...

    blog.aspose.com/th/drawing/working-with-aspose-...
  7. Архивы

    Архивы...AddPolygon(new Point[] { new Point(100, 400), new Point(500, 100)...100), new Point(900, 400), new Point(500, 700) }); // Инициализировать...

    blog.aspose.com/ru/drawing/working-with-aspose-...
  8. Obtenir les limites du paragraphe à partir de p...

    Apprenez comment récupérer les limites du paragraphe et de la portion de texte dans Aspose.Slides pour Java afin d'optimiser le positionnement du texte dans les présentations PowerPoint.... Float point = portion . getCoordinates ();...getSolidFillColor (). setColor ( Color . YELLOW ); shape . getLineFormat...

    docs.aspose.com/slides/fr/java/paragraph/
  9. KML

    KML (Keyhole Markup Language) is a file format used to display geographic data in an Earth browser, such as Google Earth or Google Maps. It uses a markup language to define Points, lines, polygons, and other geographic features, allowing users to create and share custom maps and overlays....a markup language to define points, lines, polygons, and other...range of data types, including points, lines, polygons, and overlays...

    products.aspose.com/gis/net/gis-formats/kml
  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/ko/cpp/add-rectangle/