Table of Contents

Property CurrentDrawingContext

Namespace
Alternet.Drawing.Printing
Assembly
Alternet.UI.Common.dll

CurrentDrawingContext

Gets the current graphics drawing context used for printing operations.

[Browsable(false)]
public Graphics? CurrentDrawingContext { get; }

Property Value

Graphics

Remarks

The returned Graphics instance may be null if no drawing context is currently available. This property is typically used to perform custom drawing within the rendering surface.