Sort Score
Result 10 results
Languages All
Labels All
Results 5,361 - 5,370 of 15,863 for

point

(1.13 sec)
  1. Ghi chép phát hành Aspose.PSD cho .NET 19.7|Doc...

    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....changes to the vector path points foreach ( var layer in image...!= null ) { Point p0 = bezierKnotRecord . Points [ 0 ]; bezierKnotRecord...

    docs.aspose.com/psd/vi/net/aspose-psd-for-net-1...
  2. Dessiner des images|Documentation

    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....connectant deux structures de points. Cette méthode a plusieurs...coordonnées de points ou des structures Point/PointF en tant...

    docs.aspose.com/psd/fr/java/dessiner-des-images/
  3. FrameFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.FrameFormat class for advanced frame formatting in paragraphs. Enhance your document design with seamless integration and flexibility....and the surrounding text, in points. HorizontalPosition { get;...Specifies vertical distance (in points) between a frame and the surrounding...

    reference.aspose.com/words/net/aspose.words/fra...
  4. AxisScaleType | Aspose.Words for Java

    Specifies the possible scale types for an axis in Java....with X/Y coordinates for five points. chart.getSeries().add("Series...for our Y-values // since the points with the smaller Y-values will...

    reference.aspose.com/words/java/com.aspose.word...
  5. Qu’est-ce que le fichier AI ? | Base de connais...

    Si vous avez déjà travaillé avec Adobe Illustrator, vous avez peut-être vu le format AI. Il s'agit de l'un des formats PDL et il est décrit ici....le point actuel et le point x3, y3, en utilisant le point actuel...actuel puis x2, y2 comme points de direction de Bézierajoute une...

    docs.aspose.com/page/fr/net/what-is-ai-file/
  6. Personalizar formas de presentación en .NET|Doc...

    Crear y personalizar formas en presentaciones de PowerPoint con Aspose.Slides para .NET: rutas de geometría, esquinas curvas, formas compuestas....una ruta void LineTo ( PointF point ); void LineTo ( float x , float...ruta: void LineTo ( PointF point , uint index ); void LineTo...

    docs.aspose.com/slides/es/net/custom-shape/
  7. Update Page Dimensions in PHP|Aspose.PDF for Java

    Learn how to modify page dimensions within a PDF document in PHP using Aspose.PDF for better layout control....1 inch = 72 points # so A4 dimensions in points will be (842...

    docs.aspose.com/pdf/java/update-page-dimensions...
  8. Gestionar porciones de texto en presentaciones ...

    Aprenda cómo gestionar porciones de texto en presentaciones de PowerPoint usando Aspose.Slides para PHP a través de Java, mejorando el rendimiento y la personalización....getPortions () as $portion ) { $point = $portion -> getCoordinates...echo ( "X: " . $point -> $x . " Y: " . $point -> $y ); } } } finally...

    docs.aspose.com/slides/es/php-java/portion/
  9. Administrar porciones de texto en presentacione...

    Aprenda cómo gestionar porciones de texto en presentaciones de PowerPoint usando Aspose.Slides para C++, mejorando el rendimiento y la personalización....-> get_Portions ()) { PointF point = portion -> GetCoordinates...=" ) + point . get_X () + u " Coordinates Y =" + point . get_Y...

    docs.aspose.com/slides/es/cpp/portion/
  10. 在 .NET 中管理演示文稿的文本片段|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中管理文本片段,从而提升性能和自定义能力。... Portions ) { PointF point = portion . GetCoordinates ();..."Corrdinates X =" + point . X + " Corrdinates Y =" + point . Y ); } }...

    docs.aspose.com/slides/zh/net/portion/