Table of Contents

Method Contains

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

Contains(int, int)

Indicates whether Margin area contains given position.

public virtual bool Contains(int x, int y)

Parameters

x int

The X-constituent of the Point value that specifies the point to check-up.

y int

The Y-constituent of the Point value that specifies the point to check-up.

Returns

bool

True if contains; otherwise false.

Contains(double, double)

public virtual bool Contains(double x, double y)

Parameters

x double
y double

Returns

bool