ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Create a new title object
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public Title( string text = "Title", Positioning position = Positioning.TopCenter, Object tag = null )
Parameters
- text (Optional)
- Type: SystemString
[Optional] The text for the title object. Default: 'Title' - position (Optional)
- Type: ILNumerics.DrawingPositioning
[Optional] one of the predefined positioning values. See: Positioning. Default: TopRight - tag (Optional)
- Type: SystemObject
[Optional] Tag used to identify the title in the scene. Default: DefaultTitleTag
Remarks
[ILNumerics Visualization Engine]
See Also