Click or drag to resize

RenderStandardEvalTransparentPaint(IPaletteBack, IPaletteBorder, PaletteState) Method

Evaluate if transparent painting is needed for background or border palettes.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override bool 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

Boolean
True if transparent painting required.

Implements

IRendererEvalTransparentPaint(IPaletteBack, IPaletteBorder, PaletteState)
See Also