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

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

Return Value

Type: GraphicContext
Instance of a GraphicContext
See Also