Click or drag to resize

CustomShadingOptionDescriptionTShadingOptionContentDrawerDelegate Delegate

The content drawer delegate.

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

Parameters

position
Type: Rect
The content position.
See Also