Click or drag to resize

RectangleData Constructor

Constructs a RectangleData.
Overload List
  NameDescription
Public methodRectangleData
Creates a new instance of RectangleData.
Public methodRectangleData(WangAttributeData)
Creates a new instance of RectangleData from a WangAttributeData object.
Public methodRectangleData(RectangleF, AnnotationBrush)
Creates a new instance of RectangleData specifying the rectangle and fill.
Public methodRectangleData(RectangleF, AnnotationPen)
Creates a new instance of RectangleData specifying the rectangle and outline.
Public methodRectangleData(SerializationInfo, StreamingContext)
Creates a new instance of RectangleData from serialized information.
Public methodRectangleData(RectangleF, AnnotationBrush, Boolean)
Creates a new instance of RectangleData specifying the rectangle, fill and translucent properties.
Public methodRectangleData(RectangleF, AnnotationBrush, AnnotationPen, AnnotationBrush, PointF)
Creates a new instance of RectangleData specifying the rectangle, fill, outline and shadow settings.
Top
See Also