ViewCaptureWriterVectorPolylineProc Delegate |
[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorPolylineProc"]
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic delegate void VectorPolylineProc(
int argb,
float thickness,
int dashed,
int count,
IntPtr points
)
Public Delegate Sub VectorPolylineProc (
argb As Integer,
thickness As Single,
dashed As Integer,
count As Integer,
points As IntPtr
)
Parameters
- argb
- Type: SystemInt32
- thickness
- Type: SystemSingle
- dashed
- Type: SystemInt32
- count
- Type: SystemInt32
- points
- Type: SystemIntPtr
See Also