IObjectWithBounds

IObjectWithBounds interface

Represents an object with bounds.

public interface IObjectWithBounds

Properties

NameDescription
Bounds { get; }Gets the object bounds.
Height { get; }Gets the object height.
Size { get; }Gets the object size.
Width { get; }Gets the object width.

See Also