ObjectWithBounds Class
The object having bounds.
Inheritance Hierarchy
SystemObject
  Aspose.PSDObjectWithBounds
    Aspose.PSDFigure
    Aspose.PSDGraphicsPath
    Aspose.PSDShape

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
[SerializableAttribute]
public abstract class ObjectWithBounds

The ObjectWithBounds type exposes the following members.

Constructors
  NameDescription
Protected methodObjectWithBounds
Initializes a new instance of the ObjectWithBounds class
Properties
  NameDescription
Public propertyBounds
Gets the object's bounds.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBounds(Matrix)
Gets the object's bounds.
Public methodGetBounds(Matrix, Pen)
Gets the object's bounds.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTransform
Applies the specified transformation to the shape.
See Also