VectorImage::GetElements
Makes a copy of the internal contents of the VectorImage and gives to you.
GSErrCode GetElements ( GSHandle* elements ) const;
Parameters
- elements
- The memory handle containing the internals of the VectorImage.
Return value
If the function succeeds, the return value is NoError. If the function fails, the return value is the error code.
Description
You can use this copy to set it to another VectorImage or store it in a file and then restore later.
Requirements
- Version:API 10.0 or later, ModelerGraphics 8 or later
- Library:ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
- Header:VectorImage.hpp