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