buildPath abstract method

Path buildPath(
  1. Size size
)

Builds the path that defines this shape's outline.

The path should be constructed within the bounds of the given size. The origin (0,0) represents the top-left corner.

Parameters:

  • size - The size of the node

Returns a Path that defines the shape's outline.

Implementation

Path buildPath(Size size);