Returns v-objects located in the specified region.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Function Find ( _ area As RectangleF, _ includeLockedObjects As Boolean _ ) As IVObject()
public IVObject[] Find( RectangleF area, bool includeLockedObjects )
Type: System.Boolean
A value indicating if locked v-objects should be included in the search results.Only v-objects that are fully contained in the rectangle are included in the results.