Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 4,162 for

figure

(0.09 sec)
  1. AddSegment | Aspose.Page for .NET API Reference

    AddSegment XpsPathGeometry.AddSegment method Adds a path segment to the list of child segments of the last pah Figure......child segments of the last pah figure. public XpsPathSegment AddSegment...

    reference.aspose.com/page/net/aspose.page.xps.x...
  2. DrawEllipse | Aspose.Imaging for .NET API Refer...

    DrawEllipse MetafileRecorderGraphics2D.DrawEllipse method Draws the ellipse. public void DrawEllipse ( Pen pen , Rect......color, width, and style of the figure. rect Rectangle The boundaries...

    reference.aspose.com/imaging/net/aspose.imaging...
  3. Reverse | Aspose.PSD for .NET API 参考

    反转此图形形状顺序和形状点顺序...Reverse Figure.Reverse method 反转此图形形状顺序和形状点顺序。 public void Reverse...Reverse () 也可以看看 class Figure 命名空间 Aspose.PSD 部件 Aspose.PSD RemoveShapes...

    reference.aspose.com/psd/zh/net/aspose.psd/figu...
  4. xpsdocument - Aspose.Page for Java - API Reference

    Load, manipulate and render XPS, PS and EPS documents to PDF and raster image formats without any software dependencies....startPoint) Creates a new open path figure. XpsPathFigure createPathFigure...isClosed) Creates a new path figure. XpsPathFigure createPathFigure...

    reference.aspose.com/page/java/com.aspose.xps/x...
  5. RemoveShapes | Aspose.Imaging for .NET API 参考

    从图中删除一系列形状...RemoveShapes Figure.RemoveShapes method 从图中删除一系列形状。 public void...要删除的形状范围。 也可以看看 class Shape class Figure 命名空间 Aspose.Imaging 部件 Aspose...

    reference.aspose.com/imaging/zh/net/aspose.imag...
  6. How to crop an image with oval/circle/roundrect...

    Hi, Support: Would you please provide me a full demo to show how to crop an image with oval/circle/roundrectangle shape based on VB.net? below is my codes, but it results in wrong position image. Dim Img As New Png…...GraphicsPath() Dim Figure As New Aspose.Imaging.Figure() Dim EllipseShape...CropH)) Figure.AddShape(EllipseShape) path.AddFigure(Figure) g.Clip...

    forum.aspose.com/t/how-to-crop-an-image-with-ov...
  7. Exporting PDF to HTML in Page format - Aspose.P...

    Hard to really explain but in Aspose Words when you export to HTML it will preserve the page look where each page is bordered, and there’s white space between the pages… I can’t Figure out how to get it to save that way …...between the pages… I can’t figure out how to get it to save that...

    forum.aspose.com/t/exporting-pdf-to-html-in-pag...
  8. Generating USPS codes with python - Free Suppor...

    The code given in Seems to be outdated. The package is not installed with pip install aspose-barcode but pip install asposebarcode The code is throwing errors: Traceback (most recent call last): File "/Users…...into and figure out the issues soon. Once we figure out issue(s)...

    forum.aspose.com/t/generating-usps-codes-with-p...
  9. DrawImage | Aspose.Imaging for .NET API 参考

    在指定位置使用其原始物理尺寸绘制指定图像... Figure figureToFill = new Aspose . Imaging . Figure (); figureToFill...Imaging . Figure figureToDraw = new Aspose . Imaging . Figure (); pathToDraw...

    reference.aspose.com/imaging/zh/net/aspose.imag...
  10. How to Change SVG Color – C# Examples

    You'll learn how to work with SVG color with C# examples, how to change color of SVG elements, or change background color in SVG files....svg file shown in Figure (a) below: Copy 1 using Aspose..."line-color.svg" )); The following Figure shows the original image (a)...

    docs.aspose.com/svg/net/how-to-change-svg-color/