Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 15,830 for

point

(0.13 sec)
  1. 如何使用 C++ 添加 Polyline 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Polyline 註釋的原始程式碼...), new Point [] { new Point ( 545 , 150 ), new Point ( 545 ,... 190 ), new Point ( 667 , 190 ), new Point ( 667 , 110 ), new...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  2. آرشیوها

    آرشیوها...drawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),... new Point(500, 10), new Point(750, 500), new Point(990, 700)...

    blog.aspose.com/fa/drawing/graphics-programming...
  3. Trabalhando com imagens em Python|Aspose.Words ...

    Crie e gerencie imagens de vários formatos em um documento usando Python....usando a propriedade bounds_in_points . O exemplo de código a seguir...actual bounds of the shape in points." ) rect = shape . get_shape_renderer...

    docs.aspose.com/words/pt/python-net/working-wit...
  4. Werk Met Beelde in Python|Aspose.Words vir Pyth...

    Skep en bestuur beelde van verskillende formate in'n dokument met behulp van Python....dit bereik deur die bounds_in_points eienskap te gebruik. Die volgende...actual bounds of the shape in points." ) rect = shape . get_shape_renderer...

    docs.aspose.com/words/af/python-net/working-wit...
  5. أرشيف

    أرشيف...Geometry = new Point(33.97, -118.25); firstFeature...secondFeature.Geometry = new Point(35.81, -96.28); secondFeature...

    blog.aspose.com/ar/gis/create-and-read-shapefil...
  6. Agregar etiquetas personalizadas a puntos de da...

    Aprende cómo agregar etiquetas personalizadas a puntos de datos en la serie de un gráfico usando Aspose.Cells for C++. Nuestra guía mostrará cómo modificar la apariencia, posición y formato de las etiquetas, así como enlazarlas a tu fuente de datos para una representación de datos precisa....pointCount ; i ++ ) { ChartPoint point = series . GetPoints (). Get...wstringstream ws ; ws << L "Series 1 \n Point " << i ; U16String labelText...

    docs.aspose.com/cells/es/cpp/adding-custom-labe...
  7. ConvertUtil.PixelToNewDpi | Aspose.Words for .NET

    Transform pixel resolutions effortlessly with ConvertUtil's PixelToNewDpi method. Achieve optimal image quality and precision for your projects....Examples Shows how to use convert points to pixels with default and...DPI of 96, a pixel is 0.75 points. Assert . That ( ConvertUtil...

    reference.aspose.com/words/net/aspose.words/con...
  8. DocumentBuilder.InsertShape | Aspose.Words for ...

    Effortlessly add custom inline shapes with DocumentBuilder's InsertShape method. Enhance your documents with tailored visuals for impactful presentations!...Double The width of the shape in points. height Double The height of...of the shape in points. Return Value The shape node that was...

    reference.aspose.com/words/net/aspose.words/doc...
  9. ConvertUtil.pixelToNewDpi method | Aspose.Words...

    ConvertUtil.pixelToNewDpi method. Converts pixels from one resolution to another....Examples Shows how to use convert points to pixels with default and...DPI of 96, a pixel is 0.75 points. expect ( aw . ConvertUtil...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 几何构造函数|Documentation

    您可以使用 Point Geometry、Line String Geometry 和 Poloygon Geometry,并使用 GIS C# Library 构建 Geometry Collections。... 线字符串几何 您可以指定 Point Geometry 创建 Line String。 创建线字符串...创建线字符串 创建多线字符串 MultiLine 字符串是由 Point geometries 构建的 Line Strings...

    docs.aspose.com/gis/zh/net/geometry-constructors/