API Reference > OdDb Classes > OdDbRasterImage Class > OdDbRasterImage Methods > OdDbRasterImage::getOrientation Method
OdDbRasterImage::getOrientation Method
Syntax
C++
virtual void getOrientation(OdGePoint3d& origin, OdGeVector3d& u, OdGeVector3d& v) const;
Parameters 
Description 
OdGePoint3d& origin 
[out] Receives the lower-left corner.  
OdGeVector3d& u 
[out] Receives the vector defining the image direction and width.  
OdGeVector3d& v 
[out] Receives the vector defining the direction of the height of the image. 

Returns the orientation and origin of this raster image entity. 

 

These vectors define the outer edges of the raster image entity.

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