height_pixel property

height_pixel property

Gets the height of this path in unit of pixels.

Definition:

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

See Also