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)

protected abstract void DrawScreenText( string text, Color textColor, double x, double y, float angle, int horizontalAlignment, float heightPoints, Font font )
Protected MustOverride Sub DrawScreenText ( text As String, textColor As Color, x As Double, y As Double, angle As Single, horizontalAlignment As Integer, heightPoints As Single, font As 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)"]
