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