VectorImage::GetItemFramePoints
Gives the important points of drawing primitives which is on the edges of the specified box.
GSErrCode GetItemFramePoints ( const Box2DData& frame, GS::VAArray<Coord>* points, bool withoutHotspots = false ) const;
Parameters
- frame
- The frame specified.
- points
- The collected important points on the frame.
- withoutHotspots
- True if the hotspots omitted.
Return value
If the function succeeds, the return value is NoError. If the function fails, the return value is the error code.
Description
It shows which important points lie on the supplied frame box.
Requirements
- Version:API 10.0 or later, ModelerGraphics 8 or later
- Library:ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
- Header:VectorImage.hpp