ViewCaptureWriterVectorArcProc Delegate |
[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorArcProc"]
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax public delegate void VectorArcProc(
int argb,
float thickness,
int dashed,
ref Arc arc
)
Public Delegate Sub VectorArcProc (
argb As Integer,
thickness As Single,
dashed As Integer,
ByRef arc As Arc
)
Parameters
- argb
- Type: SystemInt32
- thickness
- Type: SystemSingle
- dashed
- Type: SystemInt32
- arc
- Type: Rhino.GeometryArc
See Also