Rectangle.getWidth Method¶
Module: Rectangle
Definition¶
Returns the width of the rectangle. Use on aligned rectangle only.
get_width(self) -> int
Returns
intWidth of the rectangle.
Exceptions
An error has occurred during Document Library execution.
int getWidth()
Returns
intWidth of the rectangle.
Exceptions
An error has occurred during Document Library execution.
public int GetWidth()
Returns
intWidth of the rectangle.
Exceptions
An error has occurred during Document Library execution.
public int getWidth() throws DocumentException
Returns
intWidth of the rectangle.
Exceptions
An error has occurred during Document Library execution.
public func getWidth() throws -> Int32
Returns
IntWidth of the rectangle.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentRectangle_GetWidth (
ID3_DOCUMENT_RECTANGLE hRectangle,
int * width)
Parameters
hRectangleID3_DOCUMENT_RECTANGLEin Handle to the Rectangle object.widthint *out Width of the rectangle.
Returns