ViewCaptureWriterVectorRoundedRectProc Delegate |
[Missing <summary> documentation for "T:Rhino.Runtime.ViewCaptureWriter.VectorRoundedRectProc"]
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax 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
)
Parameters
- centerX
- Type: SystemSingle
- centerY
- Type: SystemSingle
- pixelWidth
- Type: SystemSingle
- pixelHeight
- Type: SystemSingle
- cornerRadius
- Type: SystemSingle
- strokeColor
- Type: SystemInt32
- strokeWidth
- Type: SystemSingle
- fillColor
- Type: SystemInt32
See Also