Click or drag to resize

ViewCaptureWriterVectorGradientProc Delegate

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

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorGradientProc(
	IntPtr pEngine,
	IntPtr pHatch,
	float strokeWidth,
	IntPtr pHatchPattern,
	int gradientCount,
	IntPtr colors,
	IntPtr stops,
	IntPtr points,
	int linearGradient,
	int boundaryColor,
	double effectiveHatchScale
)

Parameters

pEngine
Type: SystemIntPtr
pHatch
Type: SystemIntPtr
strokeWidth
Type: SystemSingle
pHatchPattern
Type: SystemIntPtr
gradientCount
Type: SystemInt32
colors
Type: SystemIntPtr
stops
Type: SystemIntPtr
points
Type: SystemIntPtr
linearGradient
Type: SystemInt32
boundaryColor
Type: SystemInt32
effectiveHatchScale
Type: SystemDouble
See Also