Table of Contents

Method Contains

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Contains(double, double)

Determines whether the specified point lies inside (or on the edges of) the quadrilateral.

public bool Contains(double x, double y)

Parameters

x double

The X-coordinate of the point.

y double

The Y-coordinate of the point.

Returns

bool

true if the point lies inside or on the edges; otherwise, false.