Click or drag to resize

ExpandableContainerDrawContentDelegate Delegate

The content drawing method delegate.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public delegate void DrawContentDelegate(
	Rect position
)

Parameters

position
Type: Rect
The position of a content.
See Also