Rectangle.resize Method¶
Module: Rectangle
Definition¶
Applies a scale factor to the rectangle.
resize(self, scale_factor: float) -> None
Parameters
scale_factor
floatin Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
void resize(double scaleFactor)
Parameters
scaleFactor
doublein Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
public void Resize(float scaleFactor)
Parameters
scaleFactor
floatin Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
public void resize(float scaleFactor) throws DocumentException
Parameters
scaleFactor
floatin Scale factor to apply to the rectangle.
Exceptions
An error has occurred during Document Library execution.
public func resize(scaleFactor: Float) throws
Parameters
scaleFactor
Floatin 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
hRectangle
ID3_DOCUMENT_RECTANGLEin Handle to the Rectangle object.scaleFactor
floatin Scale factor to apply to the rectangle.
Returns