Interface DPIUtil.ImageDrawFunction

Enclosing class:
DPIUtil
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface DPIUtil.ImageDrawFunction
Since:
3.105
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(GC gc, ImageData imageData, int width, int height)
     
  • Method Details

    • draw

      void draw(GC gc, ImageData imageData, int width, int height)