DisplayPipeline.DrawText Method (TextEntity, Color, Double)

DisplayPipelineDrawText Method (TextEntity, Color, Double)

[Missing <summary> documentation for "M:Rhino.Display.DisplayPipeline.DrawText(Rhino.Geometry.TextEntity,System.Drawing.Color,System.Double)"]

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawText(
	TextEntity text,
	Color color,
	double scale
)
Public Sub DrawText ( 
	text As TextEntity,
	color As Color,
	scale As Double
)

Parameters

text
Type: Rhino.GeometryTextEntity

[Missing <param name="text"/> documentation for "M:Rhino.Display.DisplayPipeline.DrawText(Rhino.Geometry.TextEntity,System.Drawing.Color,System.Double)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Rhino.Display.DisplayPipeline.DrawText(Rhino.Geometry.TextEntity,System.Drawing.Color,System.Double)"]

scale
Type: SystemDouble

[Missing <param name="scale"/> documentation for "M:Rhino.Display.DisplayPipeline.DrawText(Rhino.Geometry.TextEntity,System.Drawing.Color,System.Double)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also