@ -0,0 +1,33 @@ |
|||
// -----------------------------------------------------------------------
|
|||
// <copyright file="RenderTargetBitmapImpl.cs" company="Steven Kirk">
|
|||
// Copyright 2014 MIT Licence. See licence.md for more information.
|
|||
// </copyright>
|
|||
// -----------------------------------------------------------------------
|
|||
|
|||
namespace Perspex.Cairo.Media.Imaging |
|||
{ |
|||
using System; |
|||
using Perspex.Platform; |
|||
using Cairo = global::Cairo; |
|||
|
|||
public class RenderTargetBitmapImpl : BitmapImpl, IRenderTargetBitmapImpl |
|||
{ |
|||
|
|||
public RenderTargetBitmapImpl( |
|||
Cairo.ImageSurface surface) |
|||
: base(surface) |
|||
{ |
|||
} |
|||
|
|||
public void Dispose() |
|||
{ |
|||
this.Surface.Dispose(); |
|||
} |
|||
|
|||
public void Render(IVisual visual) |
|||
{ |
|||
Renderer renderer = new Renderer(this.Surface); |
|||
renderer.Render(visual, new PlatformHandle(IntPtr.Zero, "RTB")); |
|||
} |
|||
} |
|||
} |
|||
|
After Width: | Height: | Size: 609 B |
|
After Width: | Height: | Size: 611 B |
|
After Width: | Height: | Size: 797 B |
|
After Width: | Height: | Size: 615 B |
|
After Width: | Height: | Size: 830 B |
|
After Width: | Height: | Size: 811 B |
|
After Width: | Height: | Size: 601 B |
|
After Width: | Height: | Size: 838 B |
|
After Width: | Height: | Size: 640 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 640 B |
|
After Width: | Height: | Size: 800 B |
|
After Width: | Height: | Size: 793 B |
|
After Width: | Height: | Size: 793 B |
|
After Width: | Height: | Size: 801 B |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 628 B |
|
After Width: | Height: | Size: 619 B |
|
After Width: | Height: | Size: 620 B |