Click or drag to resize

IRenderContentGetContentImageRectangle Method

Request the calculated position of the content image.

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#
Rectangle GetContentImageRectangle(
	IDisposable memento
)

Parameters

memento  IDisposable
Cached values from layout call.

Return Value

Rectangle
Display rectangle for the image content.
See Also