Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 2,589 for

curves

(0.12 sec)
  1. تعديلات على الأحرف | حل API | .NET

    .NET حل API لإدارة الخطوط. تعلّم كيفية الحصول على معلومات الأحرف والقياسات للخط باستخدام بضع أسطر من كود C#....CurveTo curve = segment as CurveTo; AddPoint(( int )curve.X1, (...( int )curve.Y1, points); AddPoint(( int )curve.X2, ( int )curve...

    products.aspose.com/font/ar/net/manipulate-glyphs/
  2. PDF 파일에 곡선 객체 추가|Aspose.PDF for .NET

    이 문서에서는 Aspose.PDF for .NET를 사용하여 PDF에 곡선 객체를 만드는 방법을 설명합니다.... 곡선 객체 추가 그래프 Curve 는 각각 세 개의 다른 선과 만나는 연결된 투영선의...= borderInfo ; // Create a curve and set its properties var curve1...

    docs.aspose.com/pdf/ko/net/add-curve/
  3. 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 Java....setBorder ( borderInfo ); Curve curve1 = new Curve ( new float [] { 10...setBorder ( borderInfo ); Curve curve1 = new Curve ( new float [] { 10...

    docs.aspose.com/pdf/fr/java/add-curve/
  4. 添加曲线对象到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在您的PDF中创建一个曲线对象。...setBorder ( borderInfo ); Curve curve1 = new Curve ( new float [] { 10...setBorder ( borderInfo ); Curve curve1 = new Curve ( new float [] { 10...

    docs.aspose.com/pdf/zh/java/add-curve/
  5. Aspose.Drawing per Java | Libreria grafica mult...

    Libreria grafica Java per disegnare testi, curve, linee, figure e immagini.... Crea linee, curve, figure e altro con facilità...vettoriale versatile: Dalle curve complesse alle figure audaci...

    products.aspose.com/drawing/it/java/
  6. Aanpassingslagen in PSD|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....helderheid/contrast, niveaus, curves, belichting, tint/verzadiging...Helderheid/Contrast-laag Niveaus PSD-laag Curves-laag Belichtingsaanpassin Kleurbalanslaag...

    docs.aspose.com/psd/nl/java/layer-soorten/aanpa...
  7. Aspose.Drawing per .NET | Sostituzione System.D...

    Libreria grafica .NET per disegnare testo, geometrie e immagini, per sostituire direttamente il pacchetto System.Drawing.Common senza modificare il codice C# esistente....grafica vettoriale come linee, curve e figure, nonché testo in una...l’API .NET. Disegna linee e curve Disegna forme Usa le penne Usa...

    products.aspose.com/drawing/it/net/
  8. Thao tác với glyphs | Giải pháp API | .NET

    .NET API Giải pháp quản lý phông chữ. Tìm hiểu cách lấy thông tin Glyphs và Metrics của một phông chữ với một vài dòng mã C#....CurveTo curve = segment as CurveTo; AddPoint(( int )curve.X1, (...( int )curve.Y1, points); AddPoint(( int )curve.X2, ( int )curve...

    products.aspose.com/font/vi/net/manipulate-glyphs/
  9. Manipulations with glyphs | API Solution | .NET

    .NET API Solution to manage fonts. Learn how to get Glyphs and Metrics information of a font with a few lines of C# code....CurveTo curve = segment as CurveTo; AddPoint(( int )curve.X1, (...( int )curve.Y1, points); AddPoint(( int )curve.X2, ( int )curve...

    products.aspose.com/font/net/manipulate-glyphs/
  10. PDF 파일에 곡선 객체 추가|Aspose.PDF for C++

    이 문서는 Aspose.PDF for C++를 사용하여 PDF에 곡선 객체를 생성하는 방법을 설명합니다....Contents [ Hide ] 곡선 객체 추가 그래프 Curve 는 각각 세 개의 다른 점에서 만나는 사영선의 연결된...Aspose :: Pdf :: Drawing :: Curve > ( MakeArray < double > ({...

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