Table of Contents

Struct AnnotationRect

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

An axis-aligned rectangle in the standard's coordinate model (top-left origin page points). For rotated kinds this is the bounds of the UNROTATED mark; Rotation applies about its centre.

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

Constructors

AnnotationRect(double, double, double, double)

Creates a rectangle from its top-left corner and size.

Properties

Center

The rectangle's centre - the rotation pivot for rotated kinds.

H

Height, in points.

W

Width, in points.

X

Left edge, in points.

Y

Top edge, in points (y grows downward).

Methods

Equals(AnnotationRect)
Equals(object)
GetHashCode()
ToString()
Share