VectorImage::GetItemPointsOfType
Gives the important points of drawing primitives of a specified type in the VectorImage.
GSErrCode GetItemPointsOfType ( SyEnum typeID, GS::VAArray<Coord>* points ) const;
Parameters
- typeID
- The type specified for taking into account.
- points
- The collected important points.
Return value
If the function succeeds, the return value is NoError. If the function fails, the return value is the error code.
Description
It gives for example the two endpoints for a sector. If you supply the SyEndType you can get the endpoints of all stored drawing primitives.
Requirements
- Version:API 10.0 or later, ModelerGraphics 8 or later
- Library:ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
- Header:VectorImage.hpp