WmfDeleteObject Class
Summary: The Delete object
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfDeleteObject
Inheritance: WmfObject
Constructors
Name | Description |
---|---|
WmfDeleteObject() | Initializes a new instance of the WmfDeleteObject class. |
WmfDeleteObject(deleted_object) | Initializes a new instance of the WmfDeleteObject class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
object_index | int | r/w | Gets or sets the index of the object. |
Constructor: WmfDeleteObject()
WmfDeleteObject()
Initializes a new instance of the WmfDeleteObject class.
Constructor: WmfDeleteObject(deleted_object)
WmfDeleteObject(deleted_object)
Initializes a new instance of the WmfDeleteObject class.
Parameters:
Parameter | Type | Description |
---|---|---|
deleted_object | WmfGraphicObject | The deleted object. |