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