PdfBezierCurve class
Represents Bezier curve shape.
- Inheritance
-
- Object
- PdfLayoutElement
- PdfShapeElement
- PdfBezierCurve
Constructors
- PdfBezierCurve(Offset startPoint, Offset firstControlPoint, Offset secondControlPoint, Offset endPoint, {PdfPen? pen})
- Initializes a new instance of the PdfBezierCurve class with the specified PdfPen and Offset structure.
Properties
- beginPageLayout ↔ BeginPageLayoutCallback?
-
Raises before the element should be printed on the page.
getter/setter pairinherited
- endPageLayout ↔ EndPageLayoutCallback?
-
Raises after the element was printed on the page.
getter/setter pairinherited
- endPoint ↔ Offset
-
Gets the ending point of the curve.
getter/setter pair
- firstControlPoint ↔ Offset
-
Gets the first control point of the curve.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pen ↔ PdfPen
-
Gets a pen that will be used to draw the element.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondControlPoint ↔ Offset
-
Gets the second control point of the curve
getter/setter pair
- startPoint ↔ Offset
-
Gets the starting point of the curve
getter/setter pair
Methods
-
draw(
{PdfGraphics? graphics, PdfPage? page, Rect? bounds, PdfLayoutFormat? format}) → PdfLayoutResult? -
Draws an element on the graphics or page.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited