Click or drag to resize

ViewCaptureWriterDrawScreenText Method

[Missing <summary> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract void DrawScreenText(
	string text,
	Color textColor,
	double x,
	double y,
	float angle,
	int horizontalAlignment,
	float heightPoints,
	Font font
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

textColor
Type: System.DrawingColor

[Missing <param name="textColor"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

horizontalAlignment
Type: SystemInt32

[Missing <param name="horizontalAlignment"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

heightPoints
Type: SystemSingle

[Missing <param name="heightPoints"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

font
Type: Rhino.DocObjectsFont

[Missing <param name="font"/> documentation for "M:Rhino.Runtime.ViewCaptureWriter.DrawScreenText(System.String,System.Drawing.Color,System.Double,System.Double,System.Single,System.Int32,System.Single,Rhino.DocObjects.Font)"]

See Also