Click or drag to resize

VisualPopupDefineShadowPaths Method

Define the drawing paths for the shadow.

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 virtual void DefineShadowPaths(
	GraphicsPath path1,
	GraphicsPath path2,
	GraphicsPath path3
)

Parameters

path1  GraphicsPath
Outer path.
path2  GraphicsPath
Middle path.
path3  GraphicsPath
Inside path.
See Also