Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,660 for

pen

(0.1 sec)
  1. Manage ActiveX Controls in Presentations Using ...

    Learn how Aspose.Slides for C++ leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....0f ); auto pen = System :: MakeObject < Pen > ( Color :: FromKnownColor...0f ); graphics -> DrawLines ( pen , System :: MakeArray < Point...

    docs.aspose.com/slides/cpp/activex/
  2. 在 .NET 中管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... Dispose (); Pen pen = new Pen ( Color . FromKnownColor...1 ); graphics . DrawLines ( pen , new System . Drawing . Point...

    docs.aspose.com/slides/zh/net/activex/
  3. 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/
  4. Drawing Ellipse in PHP|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....Create an instance of Pen $pen = new Pen (); \ # Create and initialize...ellipse shape by specifying the Pen object having red color and a...

    docs.aspose.com/imaging/java/drawing-ellipse-in...
  5. 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...
  6. 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...
  7. Working with Vector Graphics in Java|Documentation

    Draw Arc, Bezier Spline, Cardinal Spline, Closed Curve, Ellipse, Lines, Path, Polygon, Rectangle and Fill Region in Java...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/java/working-with-vecto...
  8. 管理演示文稿中的 ActiveX 控件(Python)|Aspose.Slides for P...

    了解 Aspose.Slides for Python via .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... 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/
  9. Drawing Images using Graphics in PHP|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....initialize a Pen object with blue color $pen = new Pen ( $color ->...$graphics -> drawEllipse ( $pen , new Rectangle ( 10 , 10 , 150...

    docs.aspose.com/imaging/java/drawing-images-usi...
  10. 使用 C++ 在演示文稿中管理 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for C++ 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发者提供对幻灯片的强大控制。...0f ); auto pen = System :: MakeObject < Pen > ( Color :: FromKnownColor...0f ); graphics -> DrawLines ( pen , System :: MakeArray < Point...

    docs.aspose.com/slides/zh/cpp/activex/