Skip to main content
All docs
V26.1
  • GreenColorTransform.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 object with base property values.

    Remarks

    This method is called by the Clone() method and should not be called directly from your code.

    See Also