Class EmfPolyPolyShape
Class EmfPolyPolyShape
名称: Aspose.Imaging.FileFormats.Emf.Emf.Records 收藏: Aspose.Imaging.dll (25.4.0)
基于EMF聚聚合物类。
public abstract class EmfPolyPolyShape : EmfBoundedRecord
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfBoundedRecord ← EmfPolyPolyShape
Derived
EmfPolyPolygon , EmfPolyPolygon16 , EmfPolyPolyline , EmfPolyPolyline16
继承人
EmfBoundedRecord.Bounds , EmfRecord.Type , EmfRecord.Size , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPolyPolyShape(EmfRecord)
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyShape 类的新例子。
protected EmfPolyPolyShape(EmfRecord source)
Parameters
source
EmfRecord
源源。
EmfPolyPolyShape(EmfRecordType)
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfPolyPolyShape 类的新例子。
protected EmfPolyPolyShape(EmfRecordType type)
Parameters
type
EmfRecordType
记录类型。
Properties
点数
获取或设置一系列 WMF PointS 对象,如 [MS-WMF] 所规定的2.2.2.16 部分,说明点的序列。
public Point[][] APoints { get; set; }
财产价值
Point [ ]