The CropFormat type exposes the following members.

Constructors

  NameDescription
Public methodCropFormat
Initializes a new instance of the CropFormat class

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyBottom
Gets or sets number of pixels to crop from the bottom of an image.
Public propertyLeft
Gets or sets number of pixels to crop from the left side of an image.
Public propertyRight
Gets or sets number of pixels to crop from the right side of an image.
Public propertyTop
Gets or sets number of pixels to crop from the top of an image.

See Also