Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 2,613 for

curves

(0.31 sec)
  1. ค้นหา

    ค้นหา...ช้ตัวอย่างโค้ดด้านบน เพิ่ม Curve ใน PDF ใน C# # ต่อไปนี้เป็น...สำหรับวัตถุกราฟ สร้างอินสแตนซ์ของคลาส Curve และกำหนดขนาด เพิ่มเส้นโค้งใ...

    blog.aspose.com/th/pdf/create-graphs-and-charts...
  2. Các thao tác với glyphs | API cho C++

    Giải pháp API C++ để quản lý nhiều loại phông chữ. Tìm hiểu cách lấy thông tin Glyphs và Metrics của một phông chữ chỉ với vài dòng code....System :: SharedPtr < CurveTo > curve = System :: DynamicCast_noexcept...AddPoint(( int32_t )curve -> get_X1(), ( int32_t )curve -> get_Y1(),...

    products.aspose.com/font/vi/cpp/manipulate-glyphs/
  3. Verwenden von Glyph-Objekten | C++

    Die Funktionalität von Glyph-Objekten in Aspose.Font-Bibliothek wird durch ihre Eigenschaften beschrieben. Erfahren Sie, wie Sie Glyphen in C++ kodieren....System::SharedPtr < CurveTo > curve = System::DynamicCast_noexcept...AddPoint((int32_t)curve -> get_X1(), (int32_t)curve -> get_Y1(), points);...

    docs.aspose.com/font/de/cpp/developer-guide/usi...
  4. 使用字形对象| C++

    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/zh/cpp/developer-guide/usi...
  5. Drawing Annotations|Aspose.PDF for Python via .NET

    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....Add Polyline Annotation Add Curve Annotation Document Actions...

    docs.aspose.com/pdf/python-net/drawing-annotati...
  6. Animasyon özelliği ve kurulum hedef kamerayı 3D...

    Aspose.3D for Java animasyonlu sahne oluşturmayı destekler. Bu makale, bir nesneyi taşımak için ön şartları açıklar....of a property to different curves, for example, a Vector3 property...every channel can have a set of Curve . // For complete examples and...

    docs.aspose.com/3d/tr/java/add-animation-proper...
  7. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    在 Aspose.3D 中,对象动画实际上是对属性进行动画处理的关键帧动画。要对属性进行动画处理,您需要一个将属性的组件映射到不同曲线的CurveMapping实例,例如,Vector3属性可以有3个组件X/Y/Z,这将在CurveMapping中设置三个通道,每个通道都可以有一组曲线。...CurveMapping 中设置三个通道,每个通道可以有一组 Curve 。 // For complete examples and...); // Create the animation curve on X component of the scale...

    docs.aspose.com/3d/zh/net/add-animation-propert...
  8. Ajouter une propriété d'animation et configurer...

    Dans Aspose.3D, l'animation d'objet est en fait une animation d'image clé qui anime sur les propriétés. Pour animer les propriétés, vous avez besoin d'une instance de CurveMapping qui mappe les composants d'une propriété à des courbes différentes, par exemple, une propriété Vector3 peut avoir 3 composants X/Y/Z, qui va mettre en place trois canaux dans CurveMapping, chaque canal peut avoir un ensemble de courbes....canal peut avoir un ensemble de Curve . // For complete examples and...); // Create the animation curve on X component of the scale...

    docs.aspose.com/3d/fr/net/add-animation-propert...
  9. Aspose.3D belge nesne modeli (dom)|Documentation

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based application or an image.... Curve : Unlike profiles, curves can be open or...define spatial paths in 3D. Curves provide a means to create flexible...

    docs.aspose.com/3d/tr/python-net/aspose-3d-docu...
  10. 将曲线对象添加到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建曲线对象。...Aspose :: Pdf :: Drawing :: Curve > ( MakeArray < double > ({...Aspose :: Pdf :: Drawing :: Curve > ( MakeArray < double > ({...

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