only_area属性
only_area属性
如果此属性为 true ,则将输出一个区域,并且不会发生任何比例。
定义:
@property
def only_area(self):
...
@only_area.setter
def only_area(self, value):
...
如果此属性为 true ,则将输出一个区域,并且不会发生任何比例。
@property
def only_area(self):
...
@only_area.setter
def only_area(self, value):
...