'Declaration <DescriptionAttribute("The list of halftone regions on the image.")> <ReadOnlyAttribute(True)> Public ReadOnly Property HalftoneRegions As System.Collections.ObjectModel.ReadOnlyCollection(Of Point)
[Description("The list of halftone regions on the image.")] [ReadOnly(True)] public System.Collections.ObjectModel.ReadOnlyCollection<Point> HalftoneRegions { get; }
[Description("The list of halftone regions on the image.")] [ReadOnly(True)] public: __property System.Collections.ObjectModel.ReadOnlyCollection<Point*>* get_HalftoneRegions();
[Description("The list of halftone regions on the image.")] [ReadOnly(True)] public:
property System.Collections.ObjectModel.ReadOnlyCollection<Point^>^ HalftoneRegions { System.Collections.ObjectModel.ReadOnlyCollection<Point^>^ get(); }