GraphicContextClone Method |
Creates a new instance of a GraphicContext class with the same property values as an existing instance.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual GraphicContext Clone()
Public Overridable Function Clone As GraphicContext
public:
virtual GraphicContext^ Clone()
abstract Clone : unit -> GraphicContext
override Clone : unit -> GraphicContext
Return Value
Type:
GraphicContextInstance of a GraphicContext
See Also