WpfAnnotationUICalculateGeometry Method |
Calculates the geometry of the annotation with the specified parameters.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected Geometry CalculateGeometry(
Geometry fillGeometry,
AnnotationBrush fill,
Geometry outlineGeometry,
AnnotationPen outline
)
Protected Function CalculateGeometry (
fillGeometry As Geometry,
fill As AnnotationBrush,
outlineGeometry As Geometry,
outline As AnnotationPen
) As Geometry
Parameters
- fillGeometry
- Type: System.Windows.MediaGeometry
The Geometry for the fill. - fill
- Type: Atalasoft.AnnotateAnnotationBrush
The fill for the annotation. This may be null (Nothing in VB). - outlineGeometry
- Type: System.Windows.MediaGeometry
The Geometry for the outline. - outline
- Type: Atalasoft.AnnotateAnnotationPen
The outline for the annotation. This may be null (Nothing in VB).
Return Value
Type:
GeometryA PathGeometry for the annotation.
See Also