PatternCanvas
A Canvas used within PatternPaint that does not support perspective rendering. This is done because support for patterns with perspective is very inconsistent for Web.
See also
Inherited properties
The height to which the Canvas will clip by default.
The size to which the Canvas will clip to by default. A View's Canvas won't clip if View.clipCanvasToBounds == false
The width to which the Canvas will clip by default.
Functions
Inherited functions
Fills an arc centered at the given point and swept by the given angle.
Fills and outlines an arc centered at the given point and swept by the given angle.
Fills an arc centered at the given point and swept by the given angle.
Fills and outlines an arc centered at the given point and swept by the given angle.
Fills a circle.
Fills and outlines a circle.
Fills an ellipse.
Fills and outlines an ellipse.
Draws an image.
Fills a rectangle.
Fills and outlines a rectangle.
Fills a rounded rectangle.
Fills and outlines a rounded rectangle.
Fills a rectangle.
Fills and outlines a rectangle.
Fills a rounded rectangle.
Fills and outlines a rounded rectangle.
Fills a width centered at the given point and swept by the given angle. Wedges are like arcs with their paths closed at the center point.
Fills and outlines a width centered at the given point and swept by the given angle. Wedges are like arcs with their paths closed at the center point.
Fills a width centered at the given point and swept by the given angle. Wedges are like arcs with their paths closed at the center point.
Fills and outlines a width centered at the given point and swept by the given angle. Wedges are like arcs with their paths closed at the center point.
Draws wrapped styled text.
Draws wrapped plain text.