Click or drag to resize

AnnotationPen Constructor

Constructs an AnnotationPen.
Overload List
  NameDescription
Public methodAnnotationPen(Color)
Creates a new instance of AnnotationPen specifying the color of the pen.
Public methodAnnotationPen(AnnotationBrush)
Creates a new instance of AnnotationPen from an AnnotationBrush object.
Public methodAnnotationPen(Color, Single)
Creates a new instance of AnnotationPen specifying the color and width of the pen.
Public methodAnnotationPen(SerializationInfo, StreamingContext)
Creates a new instance of AnnotationPen from serialized data.
Public methodAnnotationPen(AnnotationBrush, Single)
Creates a new instance of AnnotationPen specifying the AnnotationBrush and pen width.
Top
See Also