Table of Contents

Constructor AnnotationRect

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

AnnotationRect(double, double, double, double)

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

public AnnotationRect(double x, double y, double w, double h)

Parameters

x double
y double
w double
h double
Share