VectorImage::PassElements
Select the input handle as the internal contents of the VectorImage.
GSErrCode PassElements ( 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 will be the owner of the handle, you should not dispose it ever.
Requirements
- Version:API 10.0 or later, ModelerGraphics 8 or later
- Library:ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
- Header:VectorImage.hpp