VectorImage::ConnectToElements
Select the input handle as the internal contents of the VectorImage.
GSErrCode ConnectToElements ( GSHandle elements );
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
The VectorImage won't be the owner of the handle, you should dispose it after the VectorImage disconnected from it or destroyed.
Requirements
- Version:API 10.0 or later, ModelerGraphics 8 or later
- Library:ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
- Header:VectorImage.hpp