Class EmfEllipse

Class EmfEllipse

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

EMR_ELLIPSE 记录指定一个直径,直径的中心是指定的直径的中心边界直角 直角是通过使用当前铅笔进行排序,并通过使用当前刷子进行填充。

public sealed class EmfEllipse : EmfDrawingRecordType

Inheritance

object MetaObject EmfRecord EmfDrawingRecordType EmfEllipse

继承人

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

Constructors

EmfEllipse(EmfRecord)

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

public EmfEllipse(EmfRecord source)

Parameters

source EmfRecord

源源。

EmfEllipse()

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

public EmfEllipse()

Properties

Box

接收或设置 128 位(WMF) RectL 对象,如 [MS-WMF] 部分 2.2.2.19 所规定的,指定包含的边界直角。

public Rectangle Box { get; set; }

财产价值

Rectangle

 中文