[This is preliminary documentation and is subject to change.]
Namespace: Firefly.Box.Printing.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
void DrawAndFillRectangleWithCurveEdges( Rectangle area, Point[] points, Color fillColor ) |
Visual Basic (Declaration) |
---|
Sub DrawAndFillRectangleWithCurveEdges ( _ area As Rectangle, _ points As Point(), _ fillColor As Color _ ) |
Visual C++ |
---|
void DrawAndFillRectangleWithCurveEdges( Rectangle area, array<Point>^ points, Color fillColor ) |
Parameters
- area
- Type: System.Drawing..::.Rectangle
- points
- Type: array<
System.Drawing..::.Point
>[]()[]
- fillColor
- Type: System.Drawing..::.Color