Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 2,613 for

curve

(0.25 sec)
  1. Usando objetos glifos | C++

    Objetos de glifos no Aspose.font A funcionalidade da biblioteca é descrita pelas propriedades que possui. Os trechos de código ajudam você a entender como codificar glifos em C ++....System::SharedPtr < CurveTo > curve = System::DynamicCast_noexcept...AddPoint((int32_t)curve -> get_X1(), (int32_t)curve -> get_Y1(), points);...

    docs.aspose.com/font/pt/cpp/developer-guide/usi...
  2. 글리프 조작 | C++ API

    다양한 글꼴을 관리하기 위한 C++ API 솔루션. 몇 줄의 코드만으로 글리프와 메트릭 정보를 얻는 방법을 배웁니다....System :: SharedPtr < CurveTo > curve = System :: DynamicCast_noexcept...AddPoint(( int32_t )curve -> get_X1(), ( int32_t )curve -> get_Y1(),...

    products.aspose.com/font/ko/cpp/manipulate-glyphs/
  3. Маніпуляції з гліфами | API для C++

    Рішення на C++ API для керування різними шрифтами. Дізнайтеся, як отримати гліфи та інформацію про метрики шрифту за допомогою кількох рядків коду....System :: SharedPtr < CurveTo > curve = System :: DynamicCast_noexcept...AddPoint(( int32_t )curve -> get_X1(), ( int32_t )curve -> get_Y1(),...

    products.aspose.com/font/uk/cpp/manipulate-glyphs/
  4. Aggiungi proprietà di animazione e configurazio...

    In Aspose.3D, l'animazione dell'oggetto è in realtà un'animazione con fotogrammi chiave che anima le proprietà. Per animare le proprietà, è necessaria un'istanza CurveMapping che mappa i componenti di una proprietà a Curve diverse, ad esempio, una proprietà Vector3 può avere 3 componenti X/Y/Z, che imposteranno tre canali in CurveMapping, ogni canale può avere un insieme di Curve....componenti di una proprietà a curve diverse, ad esempio, una proprietà...canale può avere un set di Curve . Configurazione della fotocamera...

    docs.aspose.com/3d/it/python-net/add-animation-...
  5. Использование объектов Glyph | 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/ru/cpp/developer-guide/usi...
  6. Working with masks in Aspose.PSD for Java|Docum...

    Examples of how to work with Clipping, Raster and Vector Masks within PSD File...vector masks employ paths and curves to create smooth and scalable...manipulating the control points and curves of the path, precise and intricate...

    docs.aspose.com/psd/java/update-create-layer-mask/
  7. Archivio

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

    blog.aspose.com/it/pdf/create-graphs-and-charts...
  8. Aspose.3D Document Object Model (DOM)|Documenta...

    Ogni scena 3D può comprendere un numero qualsiasi di visualizzazioni. Utilizzando Aspose.3D for .NET API, gli sviluppatori possono acquisire una o più visualizzazioni in un singolo screenshot. Possono renderizzarlo nell'applicazione .NET o in un'immagine basata sulla GUI....differenza dei profili, le curve possono essere aperte o non...percorsi spaziali in 3D. Le curve forniscono un mezzo per creare...

    docs.aspose.com/3d/it/net/aspose-3d-document-ob...
  9. Hinzufügen von Animations eigenschaft und Setup...

    In Aspose.3D ist Objekt animation eigentlich eine Key-Frame-Animation, die auf Eigenschaften animiert. Um Eigenschaften zu animieren, benötigen Sie eine CurveMapping-Instanz, die Komponenten einer Eigenschaft verschiedenen Kurven zuordnet. Beispiels weise kann eine Vector3-Eigenschaft 3 Komponenten X/Y/Z enthalten, wodurch drei Kanäle in Curve Mapping eingerichtet werden. Jeder Kanal kann einen Satz haben von Kurven....jeder Kanal kann einen Satz von Curve haben. // For complete examples...); // Create the animation curve on X component of the scale...

    docs.aspose.com/3d/de/net/add-animation-propert...
  10. Adicionar Objeto de Curva ao arquivo PDF|Aspose...

    Este artigo explica como criar um objeto de curva em seu PDF usando Aspose.PDF para C++....Aspose :: Pdf :: Drawing :: Curve > ( MakeArray < double > ({...Aspose :: Pdf :: Drawing :: Curve > ( MakeArray < double > ({...

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