ViewCaptureWriterVectorGradientProc Delegate |
[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorGradientProc"]
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic delegate void VectorGradientProc(
IntPtr pEngine,
IntPtr pHatch,
float strokeWidth,
IntPtr pHatchPattern,
int gradientCount,
IntPtr colors,
IntPtr stops,
IntPtr points,
int linearGradient,
int boundaryColor
)
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
)
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
See Also