RenderBaseDrawIconHelper Method |
Helper routine to draw an image taking into account various properties.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected static void DrawIconHelper(
ViewContext context,
Icon icon,
Rectangle iconRect,
VisualOrientation orientation
)
Parameters
- context ViewContext
- Rendering context.
- icon Icon
- Icon to be drawn.
- iconRect Rectangle
- Destination rectangle.
- orientation VisualOrientation
- Visual orientation.
See Also