コード例 #1
0
	def get_height(self):
		return pyf.fp_img_get_height(self.img)
コード例 #2
0
ファイル: pyfprint.py プロジェクト: ffsouza/pyfprint
 def height(self):
     """The height of the image in pixels."""
     return pyf.fp_img_get_height(self._img)
コード例 #3
0
ファイル: pyfprint.py プロジェクト: EmericB/pyfprint
	def height(self):
		"""The height of the image in pixels."""
		return pyf.fp_img_get_height(self._img)