XpsDeviceXpsGraphicContextClone Method
Creates a new instance of a XpsGraphicContext class with the same property values as an existing instance.

Namespace: Aspose.Html.Rendering.Xps
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public override GraphicContext Clone()

Return Value

Type: GraphicContext
Instance of a XpsGraphicContext
See Also