API Reference > OdDb Classes > OdDbRasterImage Class > OdDbRasterImage Methods > OdDbRasterImage::setDisplayOpt Method
OdDbRasterImage::setDisplayOpt Method
Syntax
C++
virtual void setDisplayOpt(ImageDisplayOpt optionIndex, bool value);
Parameters 
Description 
ImageDisplayOpt optionIndex 
[in] Option index.  
bool value 
[in] Value for option. 

Sets the specified image display option for this raster image entity (DXF 70). 

 

option is one of the following: 

 

Name 
Value 
Description 
kShow 
Show 
kShowUnAligned 
Show unaligned 
kClip 
Clip 
kTransparent 
Transparent 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.