Exemplo n.º 1
0
 def height(self):
     """
     Height (Y axis) in pixels of the band.
     """
     return capi.get_band_ysize(self._ptr)
Exemplo n.º 2
0
 def height(self):
     """
     Height (Y axis) in pixels of the band.
     """
     return capi.get_band_ysize(self._ptr)
Exemplo n.º 3
0
from ctypes import byref, c_int