| --PROPERTIES OF dotNetObject:System.Drawing.Rectangle | Default / Value |
| .Bottom : , read-only | 0 |
| .Height : | 0 |
| .IsEmpty : , read-only | true |
| .Left : , read-only | 0 |
| .Location : | dotNetObject:System.Drawing.Point |
| .Right : , read-only | 0 |
| .Size : | dotNetObject:System.Drawing.Size |
| .Top : , read-only | 0 |
| .Width : | 0 |
| .X : | 0 |
| .Y : | 0 |
| .Empty : , read-only, static | dotNetObject:System.Drawing.Rectangle |
| --METHODS OF dotNetObject:System.Drawing.Rectangle | |
| .[static]Ceiling value | |
| .Contains rect | |
| .Contains pt | |
| .Contains x y | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .[static]FromLTRB left top right bottom | |
| .GetHashCode() | |
| .GetType() | |
| .Inflate size | |
| .Inflate width height | |
| .[static]Inflate rect x y | |
| .Intersect rect | |
| .[static]Intersect a b | |
| .IntersectsWith rect | |
| .Offset pos | |
| .Offset x y | |
| .[static]ReferenceEquals objA objB | |
| .[static]Round value | |
| .ToString() | |
| .[static]Truncate value | |
| .[static]Union a b | |
| --EVENTS OF dotNetObject:System.Drawing.Rectangle | |