[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ICrop

ICrop Interface

Represents an object used to remove a portion of an image.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface ICrop
Public Interface ICrop

Properties

Name Description
PictureHeight

Gets or sets the height of the image that is to be cropped.

PictureOffsetX

Gets or sets the x-axis offset of the image that is to be cropped.

PictureOffsetY

Gets or sets the y-axis offset of the image that is to be cropped.

PictureWidth

Gets or sets the width of the image that is to be cropped.

ShapeHeight

Gets or sets the height of a shape that is used to crop an image.

ShapeLeft

Gets or sets the location of the left-side of a shape that is used to crop an image.

ShapeTop

Gets or sets the location of the top of a shape that is used to crop an image.

ShapeWidth

Gets or sets the width of a shape that is used to crop an image.