Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 2,589 for

curves

(0.06 sec)
  1. Manipulations with glyphs | API for C++

    C++ API Solution to manage various fonts. Learn how to get Glyphs and Metrics information of a font with a few lines of code....System :: SharedPtr < CurveTo > curve = System :: DynamicCast_noexcept...AddPoint(( int32_t )curve -> get_X1(), ( int32_t )curve -> get_Y1(),...

    products.aspose.com/font/cpp/manipulate-glyphs/
  2. PDFファイルに曲線オブジェクトを追加する|Aspose.PDF for Java

    この記事では、Aspose.PDF for Javaを使用してPDFに曲線オブジェクトを作成する方法について説明します。...[ Hide ] 曲線オブジェクトを追加する グラフ Curve は、各線が通常の二重点で他の3つと交差する射影線の連結結合です。...setBorder ( borderInfo ); Curve curve1 = new Curve ( new float [] { 10...

    docs.aspose.com/pdf/ja/java/add-curve/
  3. Manipolazioni con glifi | Soluzione API | .NET

    .NET API Solution per gestire i font. Scopri come ottenere le informazioni sui Glifi e le Metriche di un font con poche righe di codice C#....CurveTo curve = segment as CurveTo; AddPoint(( int )curve.X1, (...( int )curve.Y1, points); AddPoint(( int )curve.X2, ( int )curve...

    products.aspose.com/font/it/net/manipulate-glyphs/
  4. Archivio

    Archivio...Crea un’istanza della classe Curve e impostane le dimensioni. Aggiungi...metodo Graph.getShapes().add(Curve) . Aggiungi un grafico alla...

    blog.aspose.com/it/pdf/create-graphs-and-charts...
  5. PDFファイルへの曲線オブジェクトの追加|Aspose.PDF for C++

    この記事では、Aspose.PDF for C++を使用してPDFに曲線オブジェクトを作成する方法を説明します。...Aspose :: Pdf :: Drawing :: Curve > ( MakeArray < double > ({...塗りつぶされた曲線オブジェクトを作成する この例は、色で塗りつぶされたCurveオブジェクトを追加する方法を示しています。 void ExampleFilledCurve...

    docs.aspose.com/pdf/ja/cpp/add-curve/
  6. Customize Presentation Shapes in JavaScript|Asp...

    Create and customize shapes in PowerPoint presentations with JavaScript and Aspose.Slides for Node.js: geometry paths, curved corners, composite shapes....line is either straight or curved. Anchor points determine the...line’s segments join in a smooth curve. In this case, all handles are...

    docs.aspose.com/slides/nodejs-java/custom-shape/
  7. Customize Presentation Shapes in .NET|Aspose.Sl...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for .NET: geometry paths, curved corners, composite shapes....composite shapes, build shapes with curved corners, determine whether...line is either straight or curved. Anchor points determine the...

    docs.aspose.com/slides/net/custom-shape/
  8. Використання об'єктів Glyph у бібліотеці Aspose...

    Функціональність об’єктів гліфів в Aspose.Font описується властивостями, які вона має. Фрагменти C++ коду допоможуть вам зрозуміти, як їх кодувати....System::SharedPtr < CurveTo > curve = System::DynamicCast_noexcept...AddPoint((int32_t)curve -> get_X1(), (int32_t)curve -> get_Y1(), points);...

    docs.aspose.com/font/uk/cpp/developer-guide/usi...
  9. การจัดการ Glyphs | API สำหรับ C++

    โซลูชัน API C++ เพื่อจัดการแบบอักษรต่าง ๆ เรียนรู้วิธีการรับข้อมูล Glyphs และ Metrics ของแบบอักษรด้วยไม่กี่บรรทัดของโค้ด....System :: SharedPtr < CurveTo > curve = System :: DynamicCast_noexcept...AddPoint(( int32_t )curve -> get_X1(), ( int32_t )curve -> get_Y1(),...

    products.aspose.com/font/th/cpp/manipulate-glyphs/
  10. Ajouter un objet courbe au fichier PDF|Aspose.P...

    Cet article explique comment créer un objet courbe dans votre PDF en utilisant Aspose.PDF pour C++....un objet courbe Un graphique Curve est une union connectée de lignes...Aspose :: Pdf :: Drawing :: Curve > ( MakeArray < double > ({...

    docs.aspose.com/pdf/fr/cpp/add-curve/