LVectorObject::DeleteObject

#include "ltwrappr.h"

virtual L_INT LVectorObject::DeleteObject(L_VOID)

Deletes objects from a vector image. This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Deletes the class object.

Note: In DirectX, you cannot delete objects, therefore this function does nothing.

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LVectorObject::SelectObject, LVectorObject::IsObjectSelected, LVectorBase::HitTest

Topics:

Manipulating Objects or Vertices within a Vector Image

 

Vector Images: Modifying Vector Object Characteristics

Example

For an example, refer to LVectorBase::HitTest.