Class WmfDeleteObject
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The Delete object
public class WmfDeleteObject : WmfObject
- Inheritance
-
WmfDeleteObject
- Inherited Members
Constructors
WmfDeleteObject()
Initializes a new instance of the WmfDeleteObject class.
public WmfDeleteObject()
WmfDeleteObject(WmfGraphicObject)
Initializes a new instance of the WmfDeleteObject class.
public WmfDeleteObject(WmfGraphicObject deletedObject)
Parameters
deletedObject
WmfGraphicObjectThe deleted object.
Properties
ObjectIndex
Gets or sets the index of the object.
public int ObjectIndex { get; set; }
Property Value
- int
The index of the object.