Skip to main content
All docs
V26.1
  • AlphaColorTransform.Clone() Method

    Creates a copy of the current AlphaColorTransform object.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public AlphaColorTransform Clone()

    Returns

    Type Description
    AlphaColorTransform

    A copy of the current AlphaColorTransform object.

    See Also