IRendererEvalTransparentPaint(IPaletteBack, IPaletteBorder, PaletteState) Method |
Evaluate if transparent painting is needed for background or border palettes.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool EvalTransparentPaint(
IPaletteBack paletteBack,
IPaletteBorder paletteBorder,
PaletteState state
)
Parameters
- paletteBack IPaletteBack
- Background palette to test.
- paletteBorder IPaletteBorder
- Background palette to test.
- state PaletteState
- Element state associated with palette.
Return Value
BooleanTrue if transparent painting required.
See Also