InverseColorTransform.CloneCore() Method
When overridden in a derived class, creates a copy of the current object.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| ColorTransformBase | A copy of the current object. |
Remarks
This method is called by the Clone() method and should not be called directly from your code.
See Also