public class RectangleShape : ShapePublic Class RectangleShape
Inherits Shape| RectangleShape | Initializes a new instance of RectangleShape class. |
| RectangleShape(Rectangle, Rectangle, Color) | Initializes a new instance of RectangleShape class. |
| Bounds |
Gets or sets bounds, which represents the outline of the shape.
(Inherited from Shape) |
| Brush |
Gets or sets the brush of the shape.
(Inherited from Shape) |
| Center |
Gets or sets the center coordinates of the shape.
(Inherited from Shape) |
| Rectangle | Visual element inside Bounds |
| ShapeColor |
Gets or sets the color of the shape.
(Inherited from Shape) |
| Dispose |
Releases all resources used by this object.
(Inherited from Shape) |
| Dispose(Boolean) |
Releases all resources used by this object.
(Inherited from Shape) |
| Draw |
Draws the shape
(Overrides ShapeDraw(Graphics)) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Destructor for this class. Disposes resources used by this class.
(Inherited from Shape) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged |
Fires PropertyChanged event.
(Inherited from Shape) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged |
Raised whenever a value of a property changes.
(Inherited from Shape) |