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

Layer.Find Method (RectangleF, Boolean)

Returns v-objects located in the specified region.

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

Syntax

Visual Basic
Public Function Find ( _
	area As RectangleF, _
	includeLockedObjects As Boolean _
) As IVObject()
C#
public IVObject[] Find(
	RectangleF area,
	bool includeLockedObjects
)

Parameters

area

Type: System.Drawing.RectangleF

The rectangle which specifies the region to check.
includeLockedObjects

Type: System.Boolean

A value indicating if locked v-objects should be included in the search results.

Return Value

An array of v-objects located in the specified region.

Remarks

Only v-objects that are fully contained in the rectangle are included in the results.

See Also

Reference