SoToHTMLActionSetImageBackgroundColor Method |
Sets the image background color.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetImageBackgroundColor(
SbColor c
)
Public Sub SetImageBackgroundColor (
c As SbColor
)
public:
void SetImageBackgroundColor(
SbColor c
)
member SetImageBackgroundColor :
c : SbColor -> unit
Parameters
- c
- Type: OIV.InventorSbColor
Remarks SbColor(0,0,0) by default.
See Also