C# Класс PixelFarm.Agg.Imaging.ClipProxyImage

Наследование: ProxyImage
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

BlendColorHSpan() публичный Метод

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
Результат 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 c, byte cover ) : void
x1 int
y int
x2 int
c 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 c, byte cover ) : void
x int
y1 int
y2 int
c PixelFarm.Drawing.Color
cover byte
Результат void

Clear() публичный Метод

public Clear ( Color color ) : void
color PixelFarm.Drawing.Color
Результат void

ClipProxyImage() публичный Метод

public ClipProxyImage ( IImageReaderWriter refImage ) : PixelFarm.Drawing
refImage IImageReaderWriter
Результат PixelFarm.Drawing

CopyColorHSpan() публичный Метод

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
Результат void

CopyColorVSpan() публичный Метод

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
Результат 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 x1, int y, int x2, Color c ) : void
x1 int
y int
x2 int
c PixelFarm.Drawing.Color
Результат void

CopyVL() публичный Метод

public CopyVL ( int x, int y1, int y2, Color c ) : void
x int
y1 int
y2 int
c PixelFarm.Drawing.Color
Результат void

GetClipArea() публичный Метод

public GetClipArea ( RectInt &destRect, RectInt &sourceRect, int sourceWidth, int sourceHeight ) : RectInt
destRect RectInt
sourceRect RectInt
sourceWidth int
sourceHeight int
Результат RectInt

GetPixel() публичный Метод

public GetPixel ( int x, int y ) : Color
x int
y int
Результат PixelFarm.Drawing.Color

InClipArea() публичный Метод

public InClipArea ( int x, int y ) : bool
x int
y int
Результат bool

SetClippingBox() публичный Метод

public SetClippingBox ( int x1, int y1, int x2, int y2 ) : bool
x1 int
y1 int
x2 int
y2 int
Результат bool

SetPixel() публичный Метод

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color PixelFarm.Drawing.Color
Результат void