Table of Contents

Method Contains

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.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.