API Reference > OdDb Classes > OdDbRasterImage Class > OdDbRasterImage Methods > OdDbRasterImage::getVertices Method
OdDbRasterImage::getVertices Method
Syntax
C++
virtual OdResult getVertices(OdGePoint3dArray& vertices) const;
Parameters 
Description 
OdGePoint3dArray& vertices 
[in/out] Receives the vertices of the image frame. 

Adds the frame vertices of this raster image entity to the specified array. 

 

If isClipped(), these are the vertices of the clip boundary. 

If !isClipped(), these are the corners of the image.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.