Skip to main content
Version: API v2 Preview

Point

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

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