Table of Contents

Property Graphics

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

Graphics

Retrieves a Graphics instance that can be used to draw on to the Surface.

public Graphics Graphics { get; }

Property Value

Graphics

Remarks

Use of this object is not thread-safe. You must wrap retrieval and consumption of this property with a critical section.