Class EmfRoundRect

Class EmfRoundRect

名称: Aspose.Imaging.FileFormats.Emf.Emf.Records 收藏: Aspose.Imaging.dll (25.4.0)

EMR_ROUNDRECT 记录指定一个圆角的直角。使用当前铅笔并使用当前刷子填充。

public sealed class EmfRoundRect : EmfDrawingRecordType

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfRoundRect

继承人

EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfRoundRect(EmfRecord)

启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfRoundRect 类的新例子。

public EmfRoundRect(EmfRecord source)

Parameters

source EmfRecord

源源。

EmfRoundRect()

启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfRoundRect 类的新例子。

public EmfRoundRect()

Properties

Box

接收或设置 128 位 WMF RectL 对象,如 [MS-WMF] 部分 2.2.2.19 所规定的,描述包含的直角要绘制。

public Rectangle Box { get; set; }

财产价值

Rectangle

Corner

接收或设置 64 位 WMF SizeL 对象,如 [MS-WMF] 部分 2.2.2.22 所规定的,指定在逻辑坐标中,用于绘制圆角的直径的宽度和高度。

public Size Corner { get; set; }

财产价值

Size

 中文