Click or drag to resize

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
)

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: Geometry
A PathGeometry for the annotation.
See Also