DeviceTGraphicContext, TRenderingOptionsRestoreGraphicContext Method |
Restores the entire graphics context to its former value by popping it from the stack.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual void RestoreGraphicContext()
Public Overridable Sub RestoreGraphicContext
public:
virtual void RestoreGraphicContext()
abstract RestoreGraphicContext : unit -> unit
override RestoreGraphicContext : unit -> unit
Implements
IDeviceRestoreGraphicContext
See Also