ViewCaptureWriterVectorRoundedRectProc Delegate |
[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorRoundedRectProc"]
Namespace: Rhino.Runtime
public delegate void VectorRoundedRectProc( float centerX, float centerY, float pixelWidth, float pixelHeight, float cornerRadius, int strokeColor, float strokeWidth, int fillColor )
Public Delegate Sub VectorRoundedRectProc ( centerX As Single, centerY As Single, pixelWidth As Single, pixelHeight As Single, cornerRadius As Single, strokeColor As Integer, strokeWidth As Single, fillColor As Integer )