Property RenderInfo
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
RenderInfo
Gets the effect's rendering information.
This property may only be accessed after Initialize(BitmapEffectInitializeInfo)
has been called.
IReadOnlyBitmapEffectRenderInfo RenderInfo { get; }
Property Value
Exceptions
- InvalidOperationException
Initialize(BitmapEffectInitializeInfo) must be called first.