ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGDataArray Object > IGDataArray Methods > UpdateDoubleRectangleFrom Method |
Updates the specified element in the array from the IGDoubleRectangle object passed as a parameter. The IGDoubleRectangle object passed as a parameter is not referenced inside the array, but rather its data is copied into it.
UpdateDoubleRectangleFrom(Index As Long, Rectangle As
IGDoubleRectangle)
Name | Description |
---|---|
Index | Can be within the [0..Size-1] range. |
Rectangle | IGDoubleRectangle object from which to copy data. |
None
N/A