resize method
- int newSize
PointList object.
param newSize Point object. throws DocumentException An error has occurred during Document Library execution.
Implementation
void resize(int newSize) {
var err = documentSDK.id3DocumentPointList_Resize(_pHandle.value, newSize);
if (err != DocumentError.success.value) {
throw DocumentException(err);
}
}