C# Class Ghostscript.NET.ImageMemoryHelper

Mostrar archivo Open project: jhabjan/Ghostscript.NET

Public Methods

Method Description
CopyImagePartFrom ( IntPtr src, IntPtr dest, int x, int y, int width, int height, int stride, int bytesPerPixel ) : void
CopyImagePartTo ( IntPtr dest, IntPtr src, int x, int y, int width, int height, int stride, int bytesPerPixel ) : void
FlipImageVertically ( IntPtr src, IntPtr dest, int height, int stride ) : void
Set24bppRgbImageColor ( IntPtr image, int width, int height, byte r, byte g, byte b ) : void

Method Details

CopyImagePartFrom() public static method

public static CopyImagePartFrom ( IntPtr src, IntPtr dest, int x, int y, int width, int height, int stride, int bytesPerPixel ) : void
src System.IntPtr
dest System.IntPtr
x int
y int
width int
height int
stride int
bytesPerPixel int
return void

CopyImagePartTo() public static method

public static CopyImagePartTo ( IntPtr dest, IntPtr src, int x, int y, int width, int height, int stride, int bytesPerPixel ) : void
dest System.IntPtr
src System.IntPtr
x int
y int
width int
height int
stride int
bytesPerPixel int
return void

FlipImageVertically() public static method

public static FlipImageVertically ( IntPtr src, IntPtr dest, int height, int stride ) : void
src System.IntPtr
dest System.IntPtr
height int
stride int
return void

Set24bppRgbImageColor() public static method

public static Set24bppRgbImageColor ( IntPtr image, int width, int height, byte r, byte g, byte b ) : void
image System.IntPtr
width int
height int
r byte
g byte
b byte
return void