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