Schnittstelle PaintableInterface.OnGetIntrinsicAspectRatio

Umschließende Klasse:
PaintableInterface
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface PaintableInterface.OnGetIntrinsicAspectRatio
  • Methodendetails

    • onGetIntrinsicAspectRatio

      double onGetIntrinsicAspectRatio(CallbackHandler __self, @Nonnull Paintable paintable)
      Parameter:
      paintable - a `GdkPaintable`
      Gibt zurück:
      the intrinsic aspect ratio of @paintable or 0 if none.