DrawingRectangle
Overview
DrawingRectangle 是一个类在Aspose.PDF FOSS的.NET中. 继承人: Shape.
长方形的.
这个类提供了2种方法,用于在NET程序中与DrawingRectangle对象工作. 有的方法包括: CheckBounds, DrawingRectangle. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: GraphInfo, Height, RoundedCornerRadius, Text, Width, X,另外一个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
X | double | 阅读/写作 | 得到或设置x. |
Y | double | 阅读/写作 | 得到或设置y. |
Width | double | 阅读/写作 | 得到或设置宽度. |
Height | double | 阅读/写作 | 得到或设置高度. |
RoundedCornerRadius | double | 阅读/写作 | 圆形矩角的角半径. |
GraphInfo | Aspose.Pdf.GraphInfo | 阅读/写作 | 获取或设置图信息. |
Text | Aspose.Pdf.Text.TextFragment? | 阅读/写作 | 随形而呈现的可选文本标签. |
Methods
| Signature | Description |
|---|---|
DrawingRectangle(x: double, y: double, width: double, height: double) | 在这个 DrawingRectangle 实例中调用DrawingRectangle. |
CheckBounds(containerWidth: double, containerHeight: double) | 是否该形状位于原始位置的容器宽×容纳高框内. |