Constructor AppearanceSegment
- Namespace
- LMKit.Document.Annotations.Appearance
- Assembly
- LM-Kit.NET.dll
AppearanceSegment(AnnotationPoint)
Creates a straight-line segment.
public AppearanceSegment(AnnotationPoint end)
Parameters
endAnnotationPoint
AppearanceSegment(AnnotationPoint, AnnotationPoint, AnnotationPoint)
Creates a cubic-curve segment.
public AppearanceSegment(AnnotationPoint end, AnnotationPoint control1, AnnotationPoint control2)
Parameters
endAnnotationPointcontrol1AnnotationPointcontrol2AnnotationPoint