DisplayPipeline.DrawText Method (TextEntity, Color, Transform)

DisplayPipelineDrawText Method (TextEntity, Color, Transform)

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

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

Parameters

text
Type: Rhino.GeometryTextEntity

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

color
Type: System.DrawingColor

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

xform
Type: Rhino.GeometryTransform

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

Version Information

Rhino for Windows

Supported in: 6.14
See Also