IsOutlineVisible()

GraphicsPath::IsOutlineVisible(const PointF&, const SharedPtr<Pen>&) method

Indicates whether the specified point is contained within (under) the outline of this GraphicsPath when drawn with the specified Pen. NOT EMPLEMENTED.

bool System::Drawing::Drawing2D::GraphicsPath::IsOutlineVisible(const PointF &point, const SharedPtr<Pen> &pen)

Arguments

ParameterTypeDescription
pointconst PointF&The point to test
penconst SharedPtr<Pen>&The Pen to test

See Also