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

    Creates a copy of the ClipRegion object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public ClipRegion Clone(
        DocumentCloneContext context
    )

    Parameters

    Name Type Description
    context DocumentCloneContext

    An object that contains information about the cloning process.

    Returns

    Type Description
    ClipRegion

    A copy of the current ClipRegion object.

    See Also