Interface PaintableInterface.OnGetIntrinsicAspectRatio

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

@FunctionalInterface public static interface PaintableInterface.OnGetIntrinsicAspectRatio
  • Method Details

    • onGetIntrinsicAspectRatio

      double onGetIntrinsicAspectRatio(CallbackHandler __self, @Nonnull Paintable paintable)
      Parameters:
      paintable - a `GdkPaintable`
      Returns:
      the intrinsic aspect ratio of @paintable or 0 if none.