Axiom.RenderSystems.Xna.XnaHardwarePixelBuffer.BlitToMemory C# (CSharp) Метод

BlitToMemory() публичный Метод

Copies a region of this pixelbuffer to normal memory.
The source and destination regions don't have to match, in which case scaling is done. Only call this function when the buffer is unlocked.
public BlitToMemory ( BasicBox srcBox, PixelBox dst ) : void
srcBox Axiom.Media.BasicBox BasicBox describing the source region of this buffer
dst Axiom.Media.PixelBox PixelBox describing the destination pixels and format in memory
Результат void
		public override void BlitToMemory( BasicBox srcBox, PixelBox dst )
		{
		}