ViewDrawSplitCanvasEvalTransparentPaint Method |
Evaluate the need for drawing transparent areas.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override bool EvalTransparentPaint(
ViewContext context
)
Parameters
- context ViewContext
- Evaluation context.
Return Value
BooleanTrue if transparent areas exist; otherwise false.
See Also