Rectangle.clone Method¶
Module: Rectangle
Definition¶
Clones the Rectangle object.
clone(self) -> Rectangle
Returns
The newly created rectangle.
Exceptions
An error has occurred during Devices Library execution.
Rectangle clone()
Returns
The newly created rectangle.
Exceptions
An error has occurred during Devices Library execution.
public Rectangle Clone()
Returns
The newly created rectangle.
Exceptions
An error has occurred during Devices Library execution.
public Rectangle clone() throws DevicesException
Returns
The newly created rectangle.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesRectangle_CopyTo (
ID3_DEVICES_RECTANGLE hRectangle,
ID3_DEVICES_RECTANGLE hRectangleDst)
Parameters
hRectangle
ID3_DEVICES_RECTANGLEin Handle to the Rectangle object.hRectangleDst
ID3_DEVICES_RECTANGLEout The newly created rectangle.
Returns