Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 201 for

axis system

(0.03 sec)
  1. 3D Presentation|Aspose.Slides Documentation

    3D PowerPoint presentation in C++...shape, you may rotate it by the axis. Create an extrusion or depth...imageScale = 2 ; auto presentation = System :: MakeObject < Presentation...

    docs.aspose.com/slides/cpp/3d-presentation/
  2. ShapeBase.local_to_parent method | Aspose.Words...

    ShapeBase.local_to_parent method. Converts a value from the local coordinate space into the coordinate space of the parent shape....its parent shape's coordinate system. The group shape's parent is...Move the group shape's x and y axis origin from the top left corner...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Text Rendering using Type1 Font | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to render Type 1 fonts within .NET products....which requires object of type System.Drawing.Drawing2D.GraphicsPath...IGlyphOutlinePainter 3 { 4 private System. Drawing . Drawing2D . GraphicsPath...

    docs.aspose.com/font/net/text-rendering-type1-f...
  4. Create and Embed an Excel Chart as an OLE Objec...

    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....string paramWorkbookPath = System . Windows . Forms . Application...string paramPresentationPat = System . Windows . Forms . Application...

    docs.aspose.com/slides/net/create-and-embed-an-...
  5. SVG Transformations – C# Examples

    Learn how to rotate SVG, scale SVG, and translate SVG in C#. Consider code examples for SVG transformations....value along the x-axis and by ty along the y-axis. If one of the...an element along the x or y axis by a specified angle. Using...

    docs.aspose.com/svg/net/svg-transformations/
  6. Aspose.word.dll Chart formatting issue - Free S...

    Hi Aspose team, I want to generate chart as shown in below picture, Can you please help on this. I am able to generate bellow chart but not able to add images on MajorGridLines...for (ChartAxis axis : chart.getAxes()) { if (axis.getType() ==...== ChartAxisType.VALUE) { axis.hasMajorGridlines(false); } } //...

    forum.aspose.com/t/aspose-word-dll-chart-format...
  7. Using Glyph objects | API Solution for C++

    Glyph objects in Aspose.Font library functionality is described by the properties it has. The code snippets help you understand how to code Glyphs in C++....coordinates for the vertical Y-axis. Let’s have an with the next...namespace Aspose::Font::Glyphs; 2 System ::SharedPtr < Aspose::Font::Font...

    docs.aspose.com/font/cpp/developer-guide/using-...
  8. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...other non-Windows operation systems we offer to use our Nuget package...backend instead of System.Drawing system library. So import Aspose...

    docs.aspose.com/page/net/ps/working-with-transf...
  9. SVG Scaling – C# Examples

    C# examples for SVG scaling. Considered cases of using the scale function in the transform attribute and a transformation matrix....scaling images along the x- and y-axis. The sy scaling factor value...using Aspose. Svg ; 2 using System. IO ; 3 ... 4 5 // Create a...

    docs.aspose.com/svg/net/svg-scaling/
  10. Text Rendering using Type1 Font | Java

    Java APIs for the developers to manipulate and font files. Learn the fundamentals on how to render Type 1 fonts within Java products....which draws specified text into System.Drawing.Bitmap object and saves...strategy Glyph coordinate for ‘Y’ axis is constant for this code snippet...

    docs.aspose.com/font/java/text-rendering-type1-...