VisualPopupShadowDefinePaths Method |
Define the drawing paths for the shadow.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void DefinePaths(
GraphicsPath path1,
GraphicsPath path2,
GraphicsPath path3
)
Parameters
- path1 GraphicsPath
- Outer path.
- path2 GraphicsPath
- Middle path.
- path3 GraphicsPath
- Inside path.
See Also