ImageDeviceGraphics Property |
Gets the instance of Graphics.
Namespace: Aspose.Html.Rendering.ImageAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual Graphics Graphics { get; }
Public Overridable ReadOnly Property Graphics As Graphics
Get
public:
virtual property Graphics^ Graphics {
Graphics^ get ();
}
abstract Graphics : Graphics with get
override Graphics : Graphics with get
Property Value
Type:
Graphics
See Also