Class ObjectWithBounds
ObjectWithBounds class
The object having bounds.
public abstract class ObjectWithBounds
Properties
| Name | Description |
|---|
| abstract Bounds { get; } | Gets the object’s bounds. |
Methods
| Name | Description |
|---|
| override Equals(object) | Check if objects are equal. |
| abstract GetBounds(Matrix) | Gets the object’s bounds. |
| abstract GetBounds(Matrix, Pen) | Gets the object’s bounds. |
| override GetHashCode() | Get hash code of the current object. |
| abstract Transform(Matrix) | Applies the specified transformation to the shape. |
See Also