Click or drag to resize

AnnotationRegionUnion Method

This methods are used to combine areas to this region.
Overload List
  NameDescription
Public methodUnion(GraphicsPath)
Performs a union of the supplied GraphcisPath and the existing region.
Public methodUnion(Rectangle)
Performs a union of the supplied rectangle and the existing region.
Public methodUnion(RectangleF)
Performs a union of the supplied RectangleF and the existing region.
Public methodUnion(AnnotationRegion)
Performs a union of the supplied AnnotationRegion and the existing region.
Top
See Also