Class ObjectWithBounds

ObjectWithBounds class

The object having bounds.

public abstract class ObjectWithBounds

Properties

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

Methods

NameDescription
abstract GetBounds(Matrix)Gets the object’s bounds.
abstract Transform(Matrix)Applies the specified transformation to the shape.

See Also