Click or drag to resize

WpfTextAnnotation Constructor

Overload List
  NameDescription
Public methodWpfTextAnnotation
Creates an instance of WpfTextAnnotation using default property values.
Public methodWpfTextAnnotation(String)
Creates a new instance of WpfTextAnnotation using the specified string.
Public methodWpfTextAnnotation(TextData)
Creates an instance of WpfTextAnnotation from a TextData object.
Public methodWpfTextAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen)
Creates a new instance of WpfTextAnnotation using the specified arguments.
Public methodWpfTextAnnotation(Rect, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen)
Creates a new instance of WpfTextAnnotation with the specified bounds and property values.
Public methodWpfTextAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, Point)
Creates a new instance of WpfTextAnnotation using the specified arguments.
Public methodWpfTextAnnotation(Rect, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, Point)
Creates a new instance of WpfTextAnnotation with the specified bounds and property values.
Public methodWpfTextAnnotation(Rect, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, Point, Double, StringAlignment, StringAlignment)
Creates a new instance of WpfTextAnnotation with the specified bounds and property values.
Top
See Also