Click or drag to resize

ViewDrawSplitCanvasEvalTransparentPaint Method

Evaluate the need for drawing transparent areas.

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

Parameters

context  ViewContext
Evaluation context.

Return Value

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