C# 클래스 PixelFarm.Agg.Imaging.ProxyImage

상속: IImageReaderWriter
파일 보기 프로젝트 열기: prepare/HTML-Renderer

보호된 프로퍼티들

프로퍼티 타입 설명
linkedImage IImageReaderWriter

공개 메소드들

메소드 설명
BlendColorHSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
BlendColorVSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
BlendHL ( int x1, int y, int x2, Color sourceColor, byte cover ) : void
BlendSolidHSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
BlendSolidVSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
BlendVL ( int x, int y1, int y2, Color sourceColor, byte cover ) : void
CopyColorHSpan ( int x, int y, int len, Color colors, int colorIndex ) : void
CopyColorVSpan ( int x, int y, int len, Color colors, int colorIndex ) : void
CopyFrom ( IImageReaderWriter sourceImage, RectInt sourceImageRect, int destXOffset, int destYOffset ) : void
CopyHL ( int x, int y, int len, Color sourceColor ) : void
CopyVL ( int x, int y, int len, Color sourceColor ) : void
GetBounds ( ) : RectInt
GetBuffer ( ) : byte[]
GetBufferOffsetXY ( int x, int y ) : int
GetPixel ( int x, int y ) : Color
GetRecieveBlender ( ) : IPixelBlender
ProxyImage ( IImageReaderWriter linkedImage ) : PixelFarm.Drawing
SetPixel ( int x, int y, Color color ) : void
SetRecieveBlender ( IPixelBlender value ) : void

메소드 상세

BlendColorHSpan() 공개 메소드

public BlendColorHSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
리턴 void

BlendColorVSpan() 공개 메소드

public BlendColorVSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
리턴 void

BlendHL() 공개 메소드

public BlendHL ( int x1, int y, int x2, Color sourceColor, byte cover ) : void
x1 int
y int
x2 int
sourceColor PixelFarm.Drawing.Color
cover byte
리턴 void

BlendSolidHSpan() 공개 메소드

public BlendSolidHSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
x int
y int
len int
c PixelFarm.Drawing.Color
covers byte
coversIndex int
리턴 void

BlendSolidVSpan() 공개 메소드

public BlendSolidVSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
x int
y int
len int
c PixelFarm.Drawing.Color
covers byte
coversIndex int
리턴 void

BlendVL() 공개 메소드

public BlendVL ( int x, int y1, int y2, Color sourceColor, byte cover ) : void
x int
y1 int
y2 int
sourceColor PixelFarm.Drawing.Color
cover byte
리턴 void

CopyColorHSpan() 공개 메소드

public CopyColorHSpan ( int x, int y, int len, Color colors, int colorIndex ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorIndex int
리턴 void

CopyColorVSpan() 공개 메소드

public CopyColorVSpan ( int x, int y, int len, Color colors, int colorIndex ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorIndex int
리턴 void

CopyFrom() 공개 메소드

public CopyFrom ( IImageReaderWriter sourceImage, RectInt sourceImageRect, int destXOffset, int destYOffset ) : void
sourceImage IImageReaderWriter
sourceImageRect RectInt
destXOffset int
destYOffset int
리턴 void

CopyHL() 공개 메소드

public CopyHL ( int x, int y, int len, Color sourceColor ) : void
x int
y int
len int
sourceColor PixelFarm.Drawing.Color
리턴 void

CopyVL() 공개 메소드

public CopyVL ( int x, int y, int len, Color sourceColor ) : void
x int
y int
len int
sourceColor PixelFarm.Drawing.Color
리턴 void

GetBounds() 공개 메소드

public GetBounds ( ) : RectInt
리턴 RectInt

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

GetBufferOffsetXY() 공개 메소드

public GetBufferOffsetXY ( int x, int y ) : int
x int
y int
리턴 int

GetPixel() 공개 메소드

public GetPixel ( int x, int y ) : Color
x int
y int
리턴 PixelFarm.Drawing.Color

GetRecieveBlender() 공개 메소드

public GetRecieveBlender ( ) : IPixelBlender
리턴 IPixelBlender

ProxyImage() 공개 메소드

public ProxyImage ( IImageReaderWriter linkedImage ) : PixelFarm.Drawing
linkedImage IImageReaderWriter
리턴 PixelFarm.Drawing

SetPixel() 공개 메소드

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color PixelFarm.Drawing.Color
리턴 void

SetRecieveBlender() 공개 메소드

public SetRecieveBlender ( IPixelBlender value ) : void
value IPixelBlender
리턴 void

프로퍼티 상세

linkedImage 보호되어 있는 프로퍼티

protected IImageReaderWriter linkedImage
리턴 IImageReaderWriter