AnnotationRegionUnion Method (GraphicsPath) |
Performs a union of the supplied GraphcisPath and the existing region.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Union(
GraphicsPath path
)
Public Sub Union (
path As GraphicsPath
)
Parameters
- path
- Type: System.Drawing.Drawing2DGraphicsPath
The GraphicsPath to apply.
See Also