Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 896 for

pen

(0.18 sec)
  1. ActiveX|Aspose.Slides for Python 文档

    在 Python 中管理 PowerPoint 演示文稿中的 ActiveX 控件... Pen ( draw . Color . from_known_color...CONTROL_DARK ), 1 ) as pen : graphics . draw_lines ( pen , [ draw . PointF...

    docs.aspose.com/slides/zh/python-net/activex/
  2. NotImplementedException in Aspose.Drawing.Graph...

    Hi Support Team, We are experiencing a NotImplementedException when attempting to use the GraphicsPath.IsOutlineVisible method from the Aspose.Drawing library in our application. Problem Description: When calling Grap…...IsOutlineVisible(PointF point, Pen pen) , an exception of type System...DrawPath(new Pen(Color.Pink, 2), pt); using (var hitPen = new Pen(Color...

    forum.aspose.com/t/notimplementedexception-in-a...
  3. Working with Vector Graphics in C#|Documentation

    Draw Arc, Bezier Spline, Cardinal Spline, Closed Curve, Ellipse, Lines, Path, Polygon, Rectangle and Fill Region in C# or .NET...class from this bitmap Define a Pen object with desired parameters...class from this bitmap Define a Pen object with desired parameters...

    docs.aspose.com/drawing/net/working-with-vector...
  4. ActiveX|Aspose.Slides 文档

    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....0f ); auto pen = System :: MakeObject < Pen > ( Color :: FromKnownColor...0f ); graphics -> DrawLines ( pen , System :: MakeArray < Point...

    docs.aspose.com/slides/zh/cpp/activex/
  5. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Python...layer ) In the code example, a Pen object is created to define the...the thickness as needed. pen = Pen ( Color . alice_blue ) Similarly...

    docs.aspose.com/psd/python-net/graphics-api/
  6. ActiveX|Aspose.Slides Documentation

    Manage ActiveX controls in PowerPoint presentation in C# or .NET... Dispose (); Pen pen = new Pen ( Color . FromKnownColor...1 ); graphics . DrawLines ( pen , new System . Drawing . Point...

    docs.aspose.com/slides/net/activex/
  7. ActiveX|Aspose.Slides 文档

    在 C# 或 .NET 中管理 PowerPoint 演示文稿中的 ActiveX 控件... Dispose (); Pen pen = new Pen ( Color . FromKnownColor...1 ); graphics . DrawLines ( pen , new System . Drawing . Point...

    docs.aspose.com/slides/zh/net/activex/
  8. Working with Pens|Documentation

    Learn about how to draw with Pen in Java. Java code to set Pen width and color using Java. Join Lines in Java....Working with Pens Contents [ Hide ] Aspose.Drawing for Java API...to create graphic elements. Pens play a crucial role in graphic...

    docs.aspose.com/drawing/java/working-with-pens/
  9. Cross-Platform Drawing API|Documentation

    Aspose.Drawing library for Java for drawing pictures. Cross-platform support of Java Graphics API for 2D geometric drawings such as drawing lines, drawing shapes, drawing paths and drawing rectangles.... Next, we define a Pen object with two properties: the...and the previously described Pen object, we draw the Path onto...

    docs.aspose.com/drawing/java/developer-guide/cr...
  10. Working with Text in PS file | Python

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Pen depending on whether we fill...pydrawing.Brush or aspose.pydrawing.Pen , the text will be filled or...

    docs.aspose.com/page/python-net/ps/working-with...