Table of Contents

Constructor AppearanceSegment

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

AppearanceSegment(AnnotationPoint)

Creates a straight-line segment.

public AppearanceSegment(AnnotationPoint end)

Parameters

end AnnotationPoint

AppearanceSegment(AnnotationPoint, AnnotationPoint, AnnotationPoint)

Creates a cubic-curve segment.

public AppearanceSegment(AnnotationPoint end, AnnotationPoint control1, AnnotationPoint control2)

Parameters

end AnnotationPoint
control1 AnnotationPoint
control2 AnnotationPoint
Share