Table of Contents

Class AppearanceElement

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

One drawing primitive of a generated annotation appearance - the device-independent output of AnnotationAppearanceBuilder that every render target consumes (document appearance streams, raster canvases, vector overlays). Coordinates follow the standard's model: unrotated content points, top-left origin; any Rotation has already been baked into the points by the builder, so consumers just draw.

public abstract class AppearanceElement
Inheritance
AppearanceElement
Derived
Inherited Members

Properties

BlendMode

Compositing mode of this element against the content underneath.

Opacity

Constant opacity in [0, 1] applied to this element.

Share