Method OnDraw
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Core.dll
OnDraw(IDeviceContext, RectInt32)
This method is called to render a portion of the output. You may use the clipRect to optimize your drawing calls.
protected override sealed void OnDraw(IDeviceContext deviceContext, RectInt32 clipRect)
Parameters
deviceContext
IDeviceContextclipRect
RectInt32