Table of Contents

Method FillContains

Namespace
PaintDotNet.UI.Media
Assembly
PaintDotNet.UI.dll

FillContains(Geometry)

public bool FillContains(Geometry geometry)

Parameters

geometry Geometry

Returns

bool

FillContains(Geometry, double)

public bool FillContains(Geometry geometry, double tolerance)

Parameters

geometry Geometry
tolerance double

Returns

bool

FillContains(Point2Double)

public bool FillContains(Point2Double hitPoint)

Parameters

hitPoint Point2Double

Returns

bool

FillContains(Point2Double, double)

public bool FillContains(Point2Double hitPoint, double tolerance)

Parameters

hitPoint Point2Double
tolerance double

Returns

bool