Skip to content

Simplify GraphicsInternal optimization. #13604

Open
@JeremyKuhne

Description

@JeremyKuhne

This code was introduced to improve rendering performance to avoid figuring out what modifications were applied to the GDI+ GpGraphics. Now that we control System.Drawing we can add an internal optimization that tracks whether or not relevant state has been changed on the object.

This will allow greatly simplifying the code (we can remove all of the existing GraphicsInternal stuff) and improving performance across the board. We can access whatever flag we track on Graphics through IGraphicsContextInfo or IGraphics.

internal Graphics GraphicsInternal => _event.GetOrCreateGraphicsInternal(SaveStateIfNeeded);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions