コード例 #1
0
ファイル: band.py プロジェクト: atlassian/django
 def height(self):
     """
     Height (Y axis) in pixels of the band.
     """
     return capi.get_band_ysize(self._ptr)
コード例 #2
0
ファイル: band.py プロジェクト: kadammayuresh008/Quizzack1
 def height(self):
     """
     Height (Y axis) in pixels of the band.
     """
     return capi.get_band_ysize(self._ptr)
コード例 #3
0
ファイル: band.py プロジェクト: letouriste001/SmartForest_2.0
from ctypes import byref, c_int