Click or drag to resize

RenderBaseDrawIconHelper Method

Helper routine to draw an image taking into account various properties.

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#
protected 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