ViewCaptureWriterVectorFillPolygonProc Delegate |
[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorFillPolygonProc"]
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax public delegate void VectorFillPolygonProc(
int argb,
int count,
IntPtr points
)
Public Delegate Sub VectorFillPolygonProc (
argb As Integer,
count As Integer,
points As IntPtr
)
Parameters
- argb
- Type: SystemInt32
- count
- Type: SystemInt32
- points
- Type: SystemIntPtr
See Also