[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdkPixbuf2' (#lcl)

TGdkInterpType

Declaration

Source position: lazgdkpixbuf2.pas line 34

type TGdkInterpType = (

  TGdkInterpTypeMinValue = - $7FFFFFFF,

  

  GDK_INTERP_NEAREST = 0,

  

  GDK_INTERP_TILES = 1,

  

  GDK_INTERP_BILINEAR = 2,

  

  GDK_INTERP_HYPER = 3,

  

  TGdkInterpTypeMaxValue = $7FFFFFFF

  

);