C# 클래스 Ghostscript.NET.ImageMemoryHelper

파일 보기 프로젝트 열기: jhabjan/Ghostscript.NET

공개 메소드들

메소드 설명
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

메소드 상세

CopyImagePartFrom() 공개 정적인 메소드

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
리턴 void

CopyImagePartTo() 공개 정적인 메소드

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
리턴 void

FlipImageVertically() 공개 정적인 메소드

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

Set24bppRgbImageColor() 공개 정적인 메소드

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
리턴 void