'Declaration Protected Overridable Function GetAsPathGeometry( _
ByVal rectThe bounding rectangle of an annotation.As System.Windows.Rect _
) As System.Windows.Media.PathGeometry
protected virtual System.Windows.Media.PathGeometry GetAsPathGeometry(
System.Windows.Rect rect
)
protected: virtual System.Windows.Media.PathGeometry* GetAsPathGeometry(
System.Windows.Rect* rect
)
protected:
virtual System.Windows.Media.PathGeometry^ GetAsPathGeometry(
System.Windows.Rect^ rect
)
Parameters
- rect
- The bounding rectangle of an annotation.
Return Value
Annotation as a path geometry.