Beispiel #1
0
 def width(self):
     """
     Width (X axis) in pixels of the band.
     """
     return capi.get_band_xsize(self._ptr)
Beispiel #2
0
 def width(self):
     """
     Width (X axis) in pixels of the band.
     """
     return capi.get_band_xsize(self._ptr)
Beispiel #3
0
from ctypes import byref, c_int