Rectangle.extend Method¶
Module: Rectangle
Definition¶
Extends the rectangle by an amount in pixels on each side. Use on aligned rectangle only.
extend(self, horizontal_extent: int, vertical_extent: int) -> None
Parameters
horizontal_extent
intin Extent on the top and bottom.vertical_extent
intin Extent on the left and right.
Exceptions
An error has occurred during Document Library execution.
void extend(int horizontalExtent, int verticalExtent)
Parameters
horizontalExtent
intin Extent on the top and bottom.verticalExtent
intin Extent on the left and right.
Exceptions
An error has occurred during Document Library execution.
public void Extend(int horizontalExtent, int verticalExtent)
Parameters
horizontalExtent
intin Extent on the top and bottom.verticalExtent
intin Extent on the left and right.
Exceptions
An error has occurred during Document Library execution.
public void extend(int horizontalExtent, int verticalExtent) throws DocumentException
Parameters
horizontalExtent
intin Extent on the top and bottom.verticalExtent
intin Extent on the left and right.
Exceptions
An error has occurred during Document Library execution.
public func extend(horizontalExtent: Int32, verticalExtent: Int32) throws
Parameters
horizontalExtent
Int32in Extent on the top and bottom.verticalExtent
Int32in Extent on the left and right.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentRectangle_Extend (
ID3_DOCUMENT_RECTANGLE hRectangle,
int horizontalExtent,
int verticalExtent)
Parameters
hRectangle
ID3_DOCUMENT_RECTANGLEin Handle to the Rectangle object.horizontalExtent
intin Extent on the top and bottom.verticalExtent
intin Extent on the left and right.
Returns