'Declaration <DescriptionAttribute("The rectangles which should be filled.")> Public Property Rectangles As System.Drawing.Rectangle
[Description("The rectangles which should be filled.")] public System.Drawing.Rectangle Rectangles { get; set; }
[Description("The rectangles which should be filled.")] public: __property System.Drawing.Rectangle* get_Rectangles(); public: __property void set_Rectangles(
System.Drawing.Rectangle*[]* value
);
[Description("The rectangles which should be filled.")] public:
property System.Drawing.Rectangle^ Rectangles { System.Drawing.Rectangle^ get(); void set(array<System.Drawing.Rectangle^>^ value); }