ObjectWithBounds

ObjectWithBounds class

The object having bounds.

public abstract class ObjectWithBounds

Properties

NameDescription
abstract Bounds { get; }Gets the object’s bounds.

Methods

NameDescription
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