Pinta.ImageManipulation.UnaryPixelOp.ApplyAsync C# (CSharp) Method

ApplyAsync() public method

public ApplyAsync ( ISurface surface ) : Task
surface ISurface
return Task
		public Task ApplyAsync (ISurface surface)
		{
			return ApplyAsync (surface, surface.Bounds, CancellationToken.None);
		}

Same methods

UnaryPixelOp::ApplyAsync ( ISurface surface, CancellationToken token ) : Task
UnaryPixelOp::ApplyAsync ( ISurface surface, CancellationToken token, IRenderProgress progress ) : Task
UnaryPixelOp::ApplyAsync ( ISurface src, ISurface dst ) : Task
UnaryPixelOp::ApplyAsync ( ISurface src, ISurface dst, CancellationToken token ) : Task
UnaryPixelOp::ApplyAsync ( ISurface src, ISurface dst, CancellationToken token, IRenderProgress progress ) : Task
UnaryPixelOp::ApplyAsync ( ISurface src, ISurface dst, Rectangle roi ) : Task
UnaryPixelOp::ApplyAsync ( ISurface src, ISurface dst, Rectangle roi, CancellationToken token ) : Task
UnaryPixelOp::ApplyAsync ( ISurface src, ISurface dst, Rectangle roi, CancellationToken token, IRenderProgress progress ) : Task
UnaryPixelOp::ApplyAsync ( ISurface surface, Rectangle roi ) : Task
UnaryPixelOp::ApplyAsync ( ISurface surface, Rectangle roi, CancellationToken token ) : Task
UnaryPixelOp::ApplyAsync ( ISurface surface, Rectangle roi, CancellationToken token, IRenderProgress progress ) : Task