Click or drag to resize

RenderStandardGetContentShortTextRectangle Method

Request the calculated position of the content short text.

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#
public override Rectangle GetContentShortTextRectangle(
	IDisposable memento
)

Parameters

memento  IDisposable
Cached values from layout call.

Return Value

Rectangle
Display rectangle for the image content.

Implements

IRenderContentGetContentShortTextRectangle(IDisposable)
See Also