IPenDrawAndFillRectangleWithCurveEdges Method
Namespace: Firefly.Box.Printing.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
void DrawAndFillRectangleWithCurveEdges(
Rectangle area,
Point[] points,
Color fillColor
)
Sub DrawAndFillRectangleWithCurveEdges (
area As Rectangle,
points As Point(),
fillColor As Color
)
abstract DrawAndFillRectangleWithCurveEdges :
area : Rectangle *
points : Point[] *
fillColor : Color -> unit
Parameters
- area Rectangle
-
- points Point
-
- fillColor Color
-