skia
    Preparing search index...

    Interface Vertices

    See SkVertices.h for more on this class.

    interface Vertices {
        _type: "Vertices";
        bounds(outputArray?: Rect): Rect;
        delete(): void;
        deleteLater(): void;
        isAliasOf(other: any): boolean;
        isDeleted(): boolean;
        uniqueID(): number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _type: "Vertices"

    Methods

    • Return the bounding area for the vertices.

      Parameters

      • OptionaloutputArray: Rect

        if provided, the bounding box will be copied into this array instead of allocating a new one.

      Returns Rect

    • Return a unique ID for this vertices object.

      Returns number