C# Class PixelFarm.Agg.Imaging.ClipProxyImage

Inheritance: ProxyImage
ファイルを表示 Open project: prepare/HTML-Renderer

Private Properties

Property Type Description

Public Methods

Method Description
BlendColorHSpan ( int x, int y, int in_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 c, 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 c, byte cover ) : void
Clear ( Color color ) : void
ClipProxyImage ( IImageReaderWriter refImage ) : PixelFarm.Drawing
CopyColorHSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
CopyColorVSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
CopyFrom ( IImageReaderWriter sourceImage, RectInt sourceImageRect, int destXOffset, int destYOffset ) : void
CopyHL ( int x1, int y, int x2, Color c ) : void
CopyVL ( int x, int y1, int y2, Color c ) : void
GetClipArea ( RectInt &destRect, RectInt &sourceRect, int sourceWidth, int sourceHeight ) : RectInt
GetPixel ( int x, int y ) : Color
InClipArea ( int x, int y ) : bool
SetClippingBox ( int x1, int y1, int x2, int y2 ) : bool
SetPixel ( int x, int y, Color color ) : void

Method Details

BlendColorHSpan() public method

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

BlendColorVSpan() public method

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
return void

BlendHL() public method

public BlendHL ( int x1, int y, int x2, Color c, byte cover ) : void
x1 int
y int
x2 int
c PixelFarm.Drawing.Color
cover byte
return void

BlendSolidHSpan() public method

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
return void

BlendSolidVSpan() public method

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
return void

BlendVL() public method

public BlendVL ( int x, int y1, int y2, Color c, byte cover ) : void
x int
y1 int
y2 int
c PixelFarm.Drawing.Color
cover byte
return void

Clear() public method

public Clear ( Color color ) : void
color PixelFarm.Drawing.Color
return void

ClipProxyImage() public method

public ClipProxyImage ( IImageReaderWriter refImage ) : PixelFarm.Drawing
refImage IImageReaderWriter
return PixelFarm.Drawing

CopyColorHSpan() public method

public CopyColorHSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorsIndex int
return void

CopyColorVSpan() public method

public CopyColorVSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorsIndex int
return void

CopyFrom() public method

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

CopyHL() public method

public CopyHL ( int x1, int y, int x2, Color c ) : void
x1 int
y int
x2 int
c PixelFarm.Drawing.Color
return void

CopyVL() public method

public CopyVL ( int x, int y1, int y2, Color c ) : void
x int
y1 int
y2 int
c PixelFarm.Drawing.Color
return void

GetClipArea() public method

public GetClipArea ( RectInt &destRect, RectInt &sourceRect, int sourceWidth, int sourceHeight ) : RectInt
destRect RectInt
sourceRect RectInt
sourceWidth int
sourceHeight int
return RectInt

GetPixel() public method

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

InClipArea() public method

public InClipArea ( int x, int y ) : bool
x int
y int
return bool

SetClippingBox() public method

public SetClippingBox ( int x1, int y1, int x2, int y2 ) : bool
x1 int
y1 int
x2 int
y2 int
return bool

SetPixel() public method

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