Click or drag to resize

RenderStandardEvalTransparentPaint Method (IPaletteBack, IPaletteBorder, PaletteState)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override bool EvalTransparentPaint(
	IPaletteBack paletteBack,
	IPaletteBorder paletteBorder,
	PaletteState state
)

Parameters

paletteBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Background palette to test.
paletteBorder
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Background palette to test.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
Element state associated with palette.

Return Value

Type: Boolean
True if transparent painting required.

Implements

IRendererEvalTransparentPaint(IPaletteBack, IPaletteBorder, PaletteState)
See Also