Note: This topic is for
Document/Medical only.
The closed curve annotation object
(AnnClosedCurveObject)
is a sequence of points that are joined by cubic polynomials such that adjacent
polynomials are continuous at the first and second derivates. Unlike the curve
annotation object, the first and last endpoints are also joined by a curve. The
result is a smooth, continuous closed curve going through all the points. With the
automated functions, each curve is formed with a mouse click, and the object is
completed on a double-click. You can change the points using the
Points
collection property. Programmatically, the points that define this curve object are
contained in the
Points
property, inherited from the
AnnPolylineObject
class. Each object has a transformation associated with it. This transform is
accessed through the
RenderTransform
property. The
TransformObjectMode
property indicates how the transform will be used to transform The WPF annotation
object. The
AnnClosedCurveObject
class inherits a number of properties from the
AnnObjectBase class
that provide support for font, stroke and fill characteristics. These properties
are listed below:
Fill Stroke StrokeDashArray StrokeDashCap StrokeDashOffset StrokeEndLineCap StrokeLineJoin StrokeMiterLimit StrokeStartLineCap StrokeThickness FontDecorations FontFamily FontSize FontStretch FontStyle FontWeight SupportsFill SupportsFont SupportsStroke
Header HeaderBackground HeaderDecorations HeaderFontFamily HeaderFontSize HeaderFontStretch HeaderFontStyle HeaderFontWeight HeaderForeground HeaderOffset IsHeaderRestricted IsHeaderVisible