A PIC resource.

interface Pic {
    [iterator](): Iterator<DrawCommand, void, undefined>;
}

Methods

Methods