Interface IEffectSelectionInfo
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
public interface IEffectSelectionInfo : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- MaskBitmap
Gets a bitmap containing a per-pixel mask. Pixels will have an alpha value representing the coverage of the selection at that pixel: 0 for no coverage, 255 for full coverage, and in-between values for areas that are partially covered (due to antialiasing/feathering).
- RenderBounds
Gets the rendering bounds of the selection, in pixels.
- RenderScans
Gets a list of rectangles that that are affected by the selection. These are the "regions of interest," aka "rois." The rectangles are sorted in left-to-right, top-to-bottom order ("typewriter order").