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