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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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