Click or drag to resize

IRenderContent Interface

Exposes methods for drawing content.

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#
public interface IRenderContent

The IRenderContent type exposes the following members.

Methods
  NameDescription
Public methodDrawContent
Perform draw of content using provided memento.
Public methodGetContentImageDisplayed
Request the calculated display of the image.
Public methodGetContentImageRectangle
Request the calculated position of the content image.
Public methodGetContentLongTextDisplayed
Request the calculated display of the long text.
Public methodGetContentLongTextRectangle
Request the calculated position of the content long text.
Public methodGetContentPreferredSize
Get the preferred size for drawing the content.
Public methodGetContentShortTextDisplayed
Request the calculated display of the short text.
Public methodGetContentShortTextRectangle
Request the calculated position of the content short text.
Public methodLayoutContent
Perform layout calculations on the provided content.
Top
See Also