ViewCaptureWriter.VectorClipPathProc Delegate

ViewCaptureWriterVectorClipPathProc Delegate

[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorClipPathProc"]

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public delegate void VectorClipPathProc(
	int count,
	IntPtr points,
	int asBeziers
)
Public Delegate Sub VectorClipPathProc ( 
	count As Integer,
	points As IntPtr,
	asBeziers As Integer
)

Parameters

count
Type: SystemInt32
points
Type: SystemIntPtr
asBeziers
Type: SystemInt32
Version Information

Rhino for Windows

Supported in: 6.14
See Also