Table of Contents

Method Build

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

Build(Annotation)

Builds the appearance of one record. Rotation is baked into path geometry (text blocks carry it as a transform, since glyphs cannot pre-rotate). An empty list means the kind has no visual form of its own (Link, unknown kinds).

public static List<AppearanceElement> Build(Annotation annotation)

Parameters

annotation Annotation

Returns

List<AppearanceElement>
Share