'Declaration Public Overrides Function OutlineContains( _
ByVal pointPoint to test.As System.Drawing.PointF, _
ByVal penPen to set the test outline.As Vintasoft.Imaging.Drawing.IDrawingPen _
) As Boolean
public override bool OutlineContains(
System.Drawing.PointF point,
Vintasoft.Imaging.Drawing.IDrawingPen pen
)
public: bool OutlineContains(
System.Drawing.PointF point,
Vintasoft.Imaging.Drawing.IDrawingPen* pen
); override
public:
bool OutlineContains(
System.Drawing.PointF point,
Vintasoft.Imaging.Drawing.IDrawingPen^ pen
); override
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.