EmfPlusResetWorldTransform
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusTerminalServerRecordType
public final class EmfPlusResetWorldTransform extends EmfPlusTerminalServerRecordType
The EmfPlusResetWorldTransform record resets the current world space transform to the identify matrix.
Constructors
Constructor | Description |
---|---|
EmfPlusResetWorldTransform(EmfPlusRecord source) | Initializes a new instance of the EmfPlusResetWorldTransform class. |
EmfPlusResetWorldTransform(EmfPlusRecord source)
public EmfPlusResetWorldTransform(EmfPlusRecord source)
Initializes a new instance of the EmfPlusResetWorldTransform
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfPlusRecord | The source. |