'Declaration Public Overridable Function OutlineContains( _
ByVal pointPoint to test.As System.Drawing.PointF, _
ByVal penPen to set the test outline.As IDrawingPen _
) As Boolean
public virtual bool OutlineContains(
System.Drawing.PointF point,
IDrawingPen pen
)
public: virtual bool OutlineContains(
System.Drawing.PointF point,
IDrawingPen* pen
)
public:
virtual bool OutlineContains(
System.Drawing.PointF point,
IDrawingPen^ pen
)
Parameters
- point
- Point to test.
- pen
- Pen to set the test outline.
Return Value
True - point is contained within this path; false - point is not contained within this path.