Rectangle.resize Method¶
Module: Rectangle
Definition¶
Applies a scale factor to the rectangle.
resize(self, scale_factor: float) -> None
Parameters
scale_factorfloatin Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
void resize(double scaleFactor)
Parameters
scaleFactordoublein Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
public void Resize(float scaleFactor)
Parameters
scaleFactorfloatin Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
public void resize(float scaleFactor) throws DocumentException
Parameters
scaleFactorfloatin Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
public func resize(scaleFactor: Float) throws
Parameters
scaleFactorFloatin Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentRectangle_Resize (
ID3_DOCUMENT_RECTANGLE hRectangle,
float scaleFactor)
Parameters
hRectangleID3_DOCUMENT_RECTANGLEin Handle to the Rectangle object.scaleFactorfloatin Scale factor to apply to the rectangle.
Returns