类 ObjectWithBounds

ObjectWithBounds class

具有边界的对象。

public abstract class ObjectWithBounds

属性

名称描述
abstract Bounds { get; }获取对象的边界。

方法

名称描述
override Equals(object)检查对象是否相等。
abstract GetBounds(Matrix)获取对象的边界。
abstract GetBounds(Matrix, Pen)获取对象的边界。
override GetHashCode()获取当前对象的哈希码。
abstract Transform(Matrix)对形状应用指定的变换。

另请参见