Axiom.Media.PixelBox.PixelBox C# (CSharp) Method

PixelBox() public method

public PixelBox ( int width, int height, int depth, PixelFormat format ) : System
width int
height int
depth int
format PixelFormat
return System
		public PixelBox( int width, int height, int depth, PixelFormat format )
			: base( 0, 0, 0, width, height, depth )
		{
			this.format = format;
			SetConsecutive();
		}

Same methods

PixelBox::PixelBox ( ) : System
PixelBox::PixelBox ( BasicBox extents, PixelFormat format ) : System
PixelBox::PixelBox ( BasicBox extents, PixelFormat format, IntPtr data ) : System
PixelBox::PixelBox ( int width, int height, int depth, PixelFormat format, IntPtr data ) : System