浏览我们的产品

Aspose.Diagram for .NET 20.5 发行说明

改进和变化

VSD to PDF conversion, the right text alignment of the shapes is not preserved

钥匙概括类别
DIAGRAMNET-51088检索 VSD 的错误页数强化
DIAGRAMNET-51731确定一个形状是否与 diagram 中的另一个形状相交强化
DIAGRAMNET-51833Aspose.Diagram 20.4: Visio 不支持文档版本强化
DIAGRAMNET-50361VSD to PDF conversion, the right text alignment of the shapes is not preserved漏洞
DIAGRAMNET-50955The text items of diamond shapes are displaced on converting a VSDX to PNG漏洞
DIAGRAMNET-50990Plus, negative and dollar signs are not properly aligned on converting a VSDX to PNG漏洞
DIAGRAMNET-51815形状中的大量文本行可能会在底部产生明显的位移漏洞
DIAGRAMNET-51820评估水印不适合页面漏洞
DIAGRAMNET-51821Visio 到 Html - 输出中的图像和链接问题漏洞
DIAGRAMNET-51823While convert Visio to SVG. Some images have issue Icon Missing漏洞
DIAGRAMNET-51824While convert Visio to SVG. Content Alignment wrong漏洞
DIAGRAMNET-51826While convert Visio to SVG. Icon Missing漏洞
DIAGRAMNET-51827While convert Visio to SVG - QR Code Missing漏洞
DIAGRAMNET-51828While convert Visio to SVG - PDF icon Missing漏洞
DIAGRAMNET-51829While convert Visio to SVG - Icon lost (Missing)漏洞
DIAGRAMNET-51830While convert Visio to SVG - Image lost (Missing)漏洞
DIAGRAMNET-51831Visio to HTML - image and links issues in the output漏洞
DIAGRAMNET-51834Visio save HTML - wrong connectors漏洞

公共 API 和向后不兼容的更改

以下是对公众 API 所做的任何更改的列表,例如添加、重命名、删除或弃用成员,以及对 Aspose.Diagram for .NET 所做的任何非向后兼容更改。如果您对列出的任何更改有疑虑,请在Aspose.Diagram 支持论坛。

在形状中添加 IsIntersect

  • 指示此形状是否与另一个形状相交。
Shape s1 = diagram.Pages[0].Shapes.GetShape(1);

Shape s2 = diagram.Pages[0].Shapes.GetShape(2);

bool isIntersect = s1.IsIntersect(s2);


 
 简体中文