Skip to main content
All docs
V26.1
  • AlphaModulationColorTransform.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

    public override ColorTransformBase CloneCore()

    Returns

    Type Description
    ColorTransformBase

    A copy of the current instance.

    See Also