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