virtual L_INT LAnnAutomation::SetTransparent(bTransparent, uFlags=0)
Sets bitmap objects to use a transparent color. A transparent color is not painted when the image is painted.
Flag that indicates whether to make the bitmap transparent. Possible values are:
Value | Meaning |
---|---|
TRUE | Make the bitmap transparent |
FALSE | Do not make the bitmap transparent. This is the default. |
Reserved for future versions, use 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Only Point and Stamp objects that are using a bitmap can be set to use a transparent color. By default the transparent color is white (0x00FFFFFF). In order for the transparent bitmaps to be painted properly the LTEFXu.dll needs to be present for WIN32. If the appropriate DLL is not present, the transparent bitmap stamps will be painted as non-transparent bitmap stamps.
The next stamp created will be transparent.
Win32, x64.
L_INT LAnnAutomation_SetTransparentExample(LAnnAutomation *pLAnnAutomation)
{
return pLAnnAutomation->SetTransparent(TRUE);
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document