Current graphics context associated with this object.
public Graphics Context { get; }
Public ReadOnly Property Context() As System.Drawing.Graphics
Get
public:
property System::Drawing::Graphics^ Context
{
System::Drawing::Graphics^ get()
}
The graphics context associated with this object if any.
This property returns the value of System.Windows.Forms.PaintEventArgs.Graphics of PaintEventArgs. If the value of PaintEventArgs is null, then this property will return null as well.
For an example, refer to PostRender.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET