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
)
Public Delegate Sub VectorGradientProc (
pEngine As IntPtr,
pHatch As IntPtr,
strokeWidth As Single,
pHatchPattern As IntPtr,
gradientCount As Integer,
colors As IntPtr,
stops As IntPtr,
points As IntPtr,
linearGradient As Integer,
boundaryColor As Integer,
effectiveHatchScale As Double
)
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