Table of Contents

Struct AnnotationPoint

Namespace
LMKit.Document.Annotations
Assembly
LM-Kit.NET.dll

A point in the standard's coordinate model: unrotated page/content points, TOP-LEFT origin, y growing downward (see ANNOTATION-STANDARD.md §Coordinate model).

public readonly struct AnnotationPoint : IEquatable<AnnotationPoint>
Implements
Inherited Members

Constructors

AnnotationPoint(double, double)

Creates a point.

Properties

X

Horizontal coordinate in points, from the left edge.

Y

Vertical coordinate in points, from the TOP edge (y grows downward).

Methods

Equals(AnnotationPoint)
Equals(object)
GetHashCode()
ToString()
Share