'Declaration <DescriptionAttribute("A rectangle, in pixels, that defines rectangular selection on image.")> Public Overridable Property Rectangle As System.Drawing.Rectangle
[Description("A rectangle, in pixels, that defines rectangular selection on image.")] public virtual System.Drawing.Rectangle Rectangle { get; set; }
[Description("A rectangle, in pixels, that defines rectangular selection on image.")] public: __property virtual System.Drawing.Rectangle* get_Rectangle(); public: __property virtual void set_Rectangle(
System.Drawing.Rectangle* value
);
[Description("A rectangle, in pixels, that defines rectangular selection on image.")] public:
virtual property System.Drawing.Rectangle^ Rectangle { System.Drawing.Rectangle^ get(); void set(System.Drawing.Rectangle^ value); }
Property Value
Rectangle.Empty - выделение отсутствует.