APoints
EmfPolyline16.APoints property
获取或设置 WMF PointS 对象的 Count 长度数组,在 [MS-WMF] 2.2.2.16 节中指定,它指定点数组。
public Point[] APoints { get; set; }
也可以看看
- struct Point
- class EmfPolyline16
- 命名空间 Aspose.Imaging.FileFormats.Emf.Emf.Records
- 部件 Aspose.Imaging
获取或设置 WMF PointS 对象的 Count 长度数组,在 [MS-WMF] 2.2.2.16 节中指定,它指定点数组。
public Point[] APoints { get; set; }