relative_to_original_picture_size mülk

relative_to_original_picture_size mülk

Şeklin orijinal resim boyutuna göre olup olmadığını belirtir.

Örnek


if shape.relative_to_original_picture_size:
    shape.relative_to_original_picture_size = False

Tanım:

@property
def relative_to_original_picture_size(self):
    ...
@relative_to_original_picture_size.setter
def relative_to_original_picture_size(self, value):
    ...

Ayrıca bakınız