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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected static void DrawIconHelper(
	ViewContext context,
	Icon icon,
	Rectangle iconRect,
	VisualOrientation orientation
)

Parameters

context
Type: Internal.ComponentFactory.Krypton.ToolkitViewContext
Rendering context.
icon
Type: System.DrawingIcon
Icon to be drawn.
iconRect
Type: System.DrawingRectangle
Destination rectangle.
orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Visual orientation.
See Also