Click or drag to resize

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
)

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
See Also