Context.maskSurface

A drawing operator that paints the current source using the alpha channel of surface as a mask. (Opaque areas of surface are painted with the source, transparent areas are not painted.)

  1. void maskSurface(Surface surface, Point!double location)
  2. void maskSurface(Surface surface, double x, double y)
    struct Context
    void
    maskSurface
    (,
    double x
    ,
    double y
    )

Meta