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

PixelBox() public method

Parameter constructor for setting the members manually
public PixelBox ( ) : System
return System
		public PixelBox()
		{
		}

Same methods

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 ) : System
PixelBox::PixelBox ( int width, int height, int depth, PixelFormat format, IntPtr data ) : System