Constructor BitmapSourceBase
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.Core.dll
BitmapSourceBase(SizeInt32)
protected BitmapSourceBase(SizeInt32 size)
Parameters
size SizeInt32
BitmapSourceBase(SizeInt32, Vector2Double)
protected BitmapSourceBase(SizeInt32 size, Vector2Double resolution)
Parameters
size SizeInt32
resolution Vector2Double
BitmapSourceBase(SizeInt32, IPalette)
protected BitmapSourceBase(SizeInt32 size, IPalette palette)
Parameters
size SizeInt32
palette IPalette
BitmapSourceBase(SizeInt32, Vector2Double, IPalette?)
protected BitmapSourceBase(SizeInt32 size, Vector2Double resolution, IPalette? palette)
Parameters
size SizeInt32
resolution Vector2Double
palette IPalette