Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 8,471 for

pen

(0.06 sec)
  1. 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...
  2. ToGdiPen | Aspose.Imaging for .NET API Reference

    ToGdiPen PenExtensions.ToGdiPen method Converts the Pen to the Pen. public static Pen ToGdiPen ( Pen Pen ) Parameter ......the Pen to the Pen. public static Pen ToGdiPen ( Pen pen ) Parameter...Parameter Type Description pen Pen The Pen to convert. Return Value...

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

    DrawCurve Contents [ Hide ] Graphics.DrawCurve method (1 of 7) Draws a cardinal spline through a specified array of P...... public void DrawCurve ( Pen pen , PointF [] points ) Parameter...Parameter Type Description pen Pen Pen that determines the color,...

    reference.aspose.com/drawing/net/system.drawing...
  4. Alignment | Aspose.PSD for .NET API Reference

    Alignment Pen.Alignment property Gets or sets the alignment for this Pen . public PenAlignment Alignment { get ; set ......Alignment Pen.Alignment property Gets or sets the alignment for...for this Pen . public PenAlignment Alignment { get ; set ; }...

    reference.aspose.com/psd/net/aspose.psd/pen/ali...
  5. IsOutlineVisible | Aspose.PSD for .NET API Refe...

    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/psd/net/aspose.psd/graphic...
  6. penextensions - Aspose.PSD for Java - API Refer...

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....extension methods for Pen and System.Drawing.Pen . Method Summary...System.Drawing.Pen toGdiPen ( Pen pen) Converts the Pen to the System...

    reference.aspose.com/psd/java/com.aspose.psd.ex...
  7. Aspose.Imaging for .NET 16.10 - Release notes|D...

    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....150 , 150 ), 96 ); // Pen pen = new Pen ( Color . Bisque ); graphics...DrawLine ( pen , 1 , 1 , 50 , 50 ); pen = new Pen ( Color . BlueViolet...

    docs.aspose.com/imaging/net/aspose-imaging-for-...
  8. DrawCurve | Aspose.Imaging for .NET API Reference

    DrawCurve Contents [ Hide ] Graphics.DrawCurve method (1 of 7) Draws a cardinal spline through a specified array of P...... public void DrawCurve ( Pen pen , PointF [] points ) Parameter...Parameter Type Description pen Pen Pen that determines the color,...

    reference.aspose.com/imaging/net/aspose.imaging...
  9. DrawPath | Aspose.Imaging for .NET API Reference

    DrawPath SvgGraphics2D.DrawPath method Draws the path. public void DrawPath ( Pen Pen , GraphicsPath path ) Parameter...... public void DrawPath ( Pen pen , GraphicsPath path ) Parameter...Parameter Type Description pen Pen The pen to draw the outline of...

    reference.aspose.com/imaging/net/aspose.imaging...
  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/