Axiom.Media.NearestResampler.Scale C# (CSharp) Method

Scale() static public method

static public Scale ( PixelBox src, PixelBox temp ) : void
src PixelBox
temp PixelBox
return void
		static public void Scale( PixelBox src, PixelBox temp )
		{
			Scale( src, temp, PixelUtil.GetNumElemBytes( src.Format ) );
		}

Same methods

NearestResampler::Scale ( PixelBox src, PixelBox dst, int elementSize ) : void
NearestResampler