Interface IEffectEnvironment
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
Contains environment information for an effect.
public interface IEffectEnvironment : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- BrushSize
Gets the current brush size selected by the user.
- Document
Gets an object that provides information about the document, a bitmap that contains its full composition, and information and bitmaps about the layers in the document.
- Selection
Gets an object that provides information about the currently selected area.
- SourceLayerIndex
Gets the index of the source layer, which is the layer currently selected by the user. This should be the primary input for the effect rendering.