SvgImg class
- Inheritance
-
- Object
- SvgOperation
- SvgImg
Constructors
- SvgImg.new(double x, double y, double width, double height, PdfImage? image, SvgBrush brush, SvgClipPath clip, SvgTransform transform, SvgPainter painter)
- SvgImg.fromXml(XmlElement element, SvgPainter painter, SvgBrush brush)
-
factory
Properties
- brush → SvgBrush
-
finalinherited
- clip → SvgClipPath
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- image → PdfImage?
-
final
- painter → SvgPainter
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transform → SvgTransform
-
finalinherited
- width → double
-
final
- x → double
-
final
- y → double
-
final
Methods
-
boundingBox(
) → PdfRect -
override
-
draw(
PdfGraphics canvas) → void -
inherited
-
drawShape(
PdfGraphics canvas) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
PdfGraphics canvas) → void -
inherited
-
paintShape(
PdfGraphics canvas) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited