Interface IObjectWithBounds
Represents an object with bounds.
public interface IObjectWithBounds
Properties
Bounds
Gets the object bounds.
Rectangle Bounds { get; }
Property Value
- Rectangle
The object bounds.
Height
Gets the object height.
int Height { get; }
Property Value
- int
The object height.
Size
Gets the object size.
Size Size { get; }
Property Value
- Size
The object size.
Width
Gets the object width.
int Width { get; }
Property Value
- int
The object width.