Dynamic Icons Scripting Reference - v1.3.0
    Preparing search index...

    Module skia-canvas

    Interfaces

    DOMPointInit
    DOMPoint
    DOMPointReadOnly
    DOMRect
    DOMRectInit
    DOMRectList
    DOMRectReadOnly
    ImageDataSettings
    DOMMatrix2DInit
    DOMMatrixInit
    DOMMatrix
    RenderOptions
    SaveOptions
    CanvasGradient

    An opaque object describing a gradient. It is returned by the methods CanvasRenderingContext2D.createLinearGradient() or CanvasRenderingContext2D.createRadialGradient().

    CreateTextureOptions
    CanvasCompositing
    CanvasDrawImage
    CanvasDrawPath
    CanvasFillStrokeStyles
    CanvasFilters
    CanvasImageData
    CanvasImageSmoothing
    CanvasPath
    CanvasPathDrawingStyles
    CanvasRect
    CanvasShadowStyles
    CanvasState
    CanvasText
    CanvasTextDrawingStyles
    CanvasTransform
    CanvasRenderingContext2D

    The CanvasRenderingContext2D interface, part of the Canvas API, provides the 2D rendering context for the drawing surface of a element. It is used for drawing shapes, text, images, and other objects.

    Path2DBounds
    Path2D

    This Canvas 2D API interface is used to declare a path that can then be used on a CanvasRenderingContext2D object. The path methods of the CanvasRenderingContext2D interface are also present on this interface, which gives you the convenience of being able to retain and replay your path whenever desired.

    TextMetrics

    The dimensions of a piece of text in the canvas, as created by the CanvasRenderingContext2D.measureText() method.

    TextMetricsLine
    FontFamily
    Font
    FontLibrary
    App

    Classes

    ImageData
    Image
    Canvas
    CanvasPattern

    An opaque object describing a pattern, based on an image, a canvas, or a video, created by the CanvasRenderingContext2D.createPattern() method.

    Functions

    loadImage
    loadImageData

    Type Aliases

    ColorSpace
    ColorType
    FixedLenArray
    Matrix
    ExportFormat
    CanvasDrawable
    CanvasPatternSource
    CanvasDirection
    CanvasFillRule
    CanvasFontStretch
    CanvasTextAlign
    CanvasTextBaseline
    CanvasLineCap
    CanvasLineJoin
    Offset
    QuadOrRect
    GlobalCompositeOperation
    ImageSmoothingQuality
    FontVariantSetting
    Path2DEdge
    FitStyle
    CursorStyle
    WindowOptions
    MouseEventProps
    KeyboardEventProps
    WindowEvents