PdfShapeElement class abstract

Base class for the main shapes.

Inheritance
Implementers

Constructors

PdfShapeElement()

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
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 pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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