Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 8,478 for

pen

(0.1 sec)
  1. DrawBezier() | Aspose.Slides for C++ API Reference

    NOT IMPLEMENTED....Graphics::DrawBezier(const SharedPtr<Pen>&, const Point&, const Point&...DrawBezier ( const SharedPtr < Pen > & pen , const Point & pt1 , const...

    reference.aspose.com/slides/cpp/system.drawing/...
  2. DrawPie | Aspose.Imaging for .NET API Reference

    DrawPie Contents [ Hide ] Graphics.DrawPie method (1 of 4) Draws a pie shape defined by an ellipse specified by a Rec...... public void DrawPie ( Pen pen , RectangleF rect , float startAngle...Parameter Type Description pen Pen Pen that determines the color...

    reference.aspose.com/imaging/net/aspose.imaging...
  3. IsOutlineVisible | Aspose.Drawing for .NET API ...

    IsOutlineVisible GraphicsPath.IsOutlineVisible method Indicates whether the specified point is contained within (unde......specified Pen. public bool IsOutlineVisible ( PointF point , Pen pen...the location to test. pen Pen The Pen to test. Return Value This...

    reference.aspose.com/drawing/net/system.drawing...
  4. DrawPolygon | Aspose.Imaging for .NET API Refer...

    DrawPolygon Contents [ Hide ] Graphics.DrawPolygon method (1 of 2) Draws a polygon defined by an array of PointF stru......public void DrawPolygon ( Pen pen , PointF [] points ) Parameter...Parameter Type Description pen Pen Pen that determines the color,...

    reference.aspose.com/imaging/net/aspose.imaging...
  5. Aspose.Imaging for .NET 16.10 - Release notes

    Aspose.Imaging for .NET 16.10 - Release notes – the latest updates and fixes....150 , 150 ), 96 ); // Pen pen = new Pen ( Color . Bisque ); graphics...DrawLine ( pen , 1 , 1 , 50 , 50 ); pen = new Pen ( Color . BlueViolet...

    releases.aspose.com/imaging/net/release-notes/2...
  6. DrawCurve | Aspose.Drawing for .NET API 参考

    DrawCurve 内容 [ 隐藏 ] DrawCurve(Pen, PointF[]) public void DrawCurve ( Pen Pen , PointF [] points ) 也可以看看 class Pen str......DrawCurve(Pen, PointF[]) public void DrawCurve ( Pen pen , PointF...PointF [] points ) 也可以看看 class Pen struct PointF class Graphics 命名空间...

    reference.aspose.com/drawing/zh/net/aspose.draw...
  7. DrawPolygon | Aspose.Imaging for .NET API 参考

    绘制由PointFaspose.imaging/pointf结构数组定义的多边形...DrawPolygon 内容 [ 隐藏 ] DrawPolygon(Pen, PointF[]) 绘制由 PointF 结构数组定义的多边形。...DrawPolygon ( Pen pen , PointF [] points ) 范围 类型 描述 pen Pen Pen 确定颜色、宽度和样式多边形。...

    reference.aspose.com/imaging/zh/net/aspose.imag...
  8. IsOutlineVisible | Aspose.Imaging for .NET API ...

    IsOutlineVisible Contents [ Hide ] GraphicsPath.IsOutlineVisible method (1 of 8) Indicates whether the specified poin......when drawn with the specified Pen . public bool IsOutlineVisible...IsOutlineVisible ( float x , float y , Pen pen ) Parameter Type Description...

    reference.aspose.com/imaging/net/aspose.imaging...
  9. DrawLine | Aspose.PSD for .NET API Reference

    DrawLine Contents [ Hide ] Graphics.DrawLine method (1 of 4) Draws a line connecting two Point structures. public voi...... public void DrawLine ( Pen pen , Point point1 , Point point2...Parameter Type Description pen Pen Pen that determines the color...

    reference.aspose.com/psd/net/aspose.psd/graphic...
  10. Drawing Lines 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...dotted line by specifying the Pen object having blue color and...

    docs.aspose.com/imaging/java/drawing-lines-in-php/