Beispiel #1
0
        public CIImage SourceOutCompositing()
        {
            var sourceOutComposite = new CISourceOutCompositing()
            {
                Image           = clouds,       // This Image will be Cropped
                BackgroundImage = heron
            };

            return(sourceOutComposite.OutputImage);
        }
		public CIImage SourceOutCompositing()
		{
			var sourceOutComposite = new CISourceOutCompositing()
			{
				Image = clouds, // This Image will be Cropped
				BackgroundImage = heron
			};
			
			return sourceOutComposite.OutputImage;
		}