Click or drag to resize

ViewDrawDockerEvalTransparentPaint Method

Evaluate the need for drawing transparent areas.

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(
	ViewContext context
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitViewContext
Evaluation context.

Return Value

Type: Boolean
True if transparent areas exist; otherwise false.
See Also