This documentation is for the old version. Go to the latest Graphics Mill docs

Layer.Find Method (PointF, Single)

Returns the topmost v-object located at the specified position.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function Find ( _
	point As PointF, _
	precisionDelta As Single _
) As IVObject
C#
public IVObject Find(
	PointF point,
	float precisionDelta
)

Parameters

point

Type: System.Drawing.PointF

The coordinates of a point to check.
precisionDelta

Type: System.Single

Specifies the desired precision.

Return Value

The topmost v-object located at the specified coordinates.

See Also

Reference