Click or drag to resize

TextShadingOptionDescriptionTShadingOption Constructor

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public TextShadingOptionDescription(
	Vector2 size,
	string text
)

Parameters

size
Type: Vector2
The size of a description popup.
text
Type: SystemString
The description.
See Also