'Declaration Protected Overridable Function GetAsGraphicsPath( _
ByVal rectThe bounding rectangle of an annotation.As System.Drawing.RectangleF _
) As System.Drawing.Drawing2D.GraphicsPath
protected virtual System.Drawing.Drawing2D.GraphicsPath GetAsGraphicsPath(
System.Drawing.RectangleF rect
)
protected: virtual System.Drawing.Drawing2D.GraphicsPath GetAsGraphicsPath(
System.Drawing.RectangleF* rect
)
protected:
virtual System.Drawing.Drawing2D.GraphicsPath GetAsGraphicsPath(
System.Drawing.RectangleF^ rect
)
Parameters
- rect
- The bounding rectangle of an annotation.
Return Value
Annotation as a graphics path.