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