[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ICrop

Interface ICrop

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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

public interface ICrop

Properties

PictureHeight

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

double PictureHeight { get; set; }

Property Value

double

PictureOffsetX

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

double PictureOffsetX { get; set; }

Property Value

double

PictureOffsetY

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

double PictureOffsetY { get; set; }

Property Value

double

PictureWidth

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

double PictureWidth { get; set; }

Property Value

double

ShapeHeight

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

double ShapeHeight { get; set; }

Property Value

double

ShapeLeft

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

double ShapeLeft { get; set; }

Property Value

double

ShapeTop

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

double ShapeTop { get; set; }

Property Value

double

ShapeWidth

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

double ShapeWidth { get; set; }

Property Value

double