DrawingRectangle

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

NameTypeAccessDescription
Xdouble阅读/写作得到或设置x.
Ydouble阅读/写作得到或设置y.
Widthdouble阅读/写作得到或设置宽度.
Heightdouble阅读/写作得到或设置高度.
RoundedCornerRadiusdouble阅读/写作圆形矩角的角半径.
GraphInfoAspose.Pdf.GraphInfo阅读/写作获取或设置图信息.
TextAspose.Pdf.Text.TextFragment?阅读/写作随形而呈现的可选文本标签.

Methods

SignatureDescription
DrawingRectangle(x: double, y: double, width: double, height: double)在这个 DrawingRectangle 实例中调用DrawingRectangle.
CheckBounds(containerWidth: double, containerHeight: double)是否该形状位于原始位置的容器宽×容纳高框内.

See Also

 中文