ViewCaptureWriter.VectorStringProc Delegate

ViewCaptureWriterVectorStringProc Delegate

[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorStringProc"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorStringProc(
	IntPtr constPtrString,
	int argbTextColor,
	double x,
	double y,
	float angle,
	int alignment,
	float heightPixels,
	IntPtr constPtrFont
)
Public Delegate Sub VectorStringProc ( 
	constPtrString As IntPtr,
	argbTextColor As Integer,
	x As Double,
	y As Double,
	angle As Single,
	alignment As Integer,
	heightPixels As Single,
	constPtrFont As IntPtr
)

Parameters

constPtrString
Type: SystemIntPtr
argbTextColor
Type: SystemInt32
x
Type: SystemDouble
y
Type: SystemDouble
angle
Type: SystemSingle
alignment
Type: SystemInt32
heightPixels
Type: SystemSingle
constPtrFont
Type: SystemIntPtr
Version Information

Rhino for Windows

Supported in: 6.8
See Also