Class BitmapSourceExtensions
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Framework.dll
public static class BitmapSourceExtensions
- Inheritance
-
BitmapSourceExtensions
- Inherited Members
Methods
- Bounds(IBitmapSource)
Returns a rectangle who's value is
(x=0, y=0, width=source.Width, height=source.Height)
- CreateClipper<TPixel>(IBitmapSource<TPixel>, RectInt32, BitmapExtendMode)
Creates a clipped bitmap with a given extend mode. The clipping rect may extend outside of the source bounds.