Skip to main content
Version: API v3

Point

Kind: class
Module/package: models
SDK: pdfdancer-client-python 3.0.1

Represents a 2D point with x and y coordinates.

Declaration

Point(x: float, y: float) -> None

Members

__init__

__init__(self, x: float, y: float) -> None

Initialize self. See help(type(self)) for accurate signature.

View source at af2a1171a1b9