Skip to main content
A newer version of this page is available. .

XlSourceRectangle(Double, Double, Double, Double) Constructor

Initializes a new instance of the XlSourceRectangle class with the specified settings.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlSourceRectangle(
    double left,
    double top,
    double right,
    double bottom
)

Parameters

Name Type Description
left Double

A Double value that specifies the source rectangle’s offset from the left edge of the picture’s bounding box.

top Double

A Double value that specifies the source rectangle’s offset from the top edge of the picture’s bounding box.

right Double

A Double value that specifies the source rectangle’s offset from the right edge of the picture’s bounding box.

bottom Double

A Double value that specifies the source rectangle’s offset from the bottom edge of the picture’s bounding box.

See Also