Method OnInitializeRenderInfo
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
OnInitializeRenderInfo(IBitmapEffectRenderInfo)
Overridden by the derived class to specify rendering information.
protected virtual void OnInitializeRenderInfo(IBitmapEffectRenderInfo renderInfo)
Parameters
renderInfoIBitmapEffectRenderInfoAn object that allows the effect to specify its rendering information, such as its output pixel format.